| Interface | Description |
|---|---|
| SqlNodeVisitor<R> |
Implementation of the Visitor pattern for the SqlNode.
|
| Enum | Description |
|---|---|
| AggregateFunction |
List of all aggregation functions supported by EXASOL
|
| JoinType |
List of all join types supported by EXASOL.
|
| Predicate |
List of all predicates (scalar functions returning bool) supported by EXASOL.
|
| ScalarFunction |
List of all scalar functions supported by EXASOL.
|
| SqlNodeType |
All types of nodes that can be part of a pushdown request.
|
| SqlSelectListType |
Specifies the type of a SelectList.
|
Copyright © 2019. All rights reserved.