public class OrderByWithAggregationValidator
extends java.lang.Object
Check if the SORT BY field is in the SELECT statement when aggregation is used. Scalar functions can though be used on top of the field.
Constructor and Description |
---|
OrderByWithAggregationValidator() |
Modifier and Type | Method and Description |
---|---|
static void |
validate(Symbol symbol,
java.util.Collection<? extends Symbol> outputSymbols,
boolean isDistinct) |