Class | Description |
---|---|
ApiExpressionUtils |
Utilities for API-specific
Expression s. |
ApiExpressionVisitor<R> |
A visitor for all
Expression s that might be created during API translation. |
LocalReferenceExpression |
Reference to entity local to a certain
QueryOperation . |
LookupCallExpression |
A call expression where the target function has not been resolved yet.
|
ResolvedExpressionVisitor<R> |
A visitor for all
ResolvedExpression s. |
TableReferenceExpression |
Expression that references another table.
|
UnresolvedCallExpression |
Unresolved call expression for calling a function identified by a
FunctionDefinition . |
UnresolvedReferenceExpression |
An unresolved reference to a field, table, or local reference.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.