Interface ExpressionVisitor


  • public interface ExpressionVisitor
    This interface defines the necessary callback to recursively visit all GroupingExpression objects in a GroupingOperation. It is used by the GroupingValidator to ensure that all referenced attributes are valid for the cluster being queried.
    Author:
    Simon Thoresen Hult