Package | Description |
---|---|
org.axiondb.engine.visitors |
Modifier and Type | Class and Description |
---|---|
class |
AssertGroupByRulesVisitor
Assert general rules for Group By for Select Command.
|
class |
FindAggregateFunctionVisitor
Find Aggregate function in a Selectable.
|
class |
FlattenWhereNodeVisitor
Decomposes a
WhereNode tree into a LinkedHashSet of WhereNode s that
were originally ANDed together in the source tree. |
class |
ReferencesOtherTablesWhereNodeVisitor
Return true if reference a table other than the given one, false otherwise.
|