Uses of Package
org.apache.flink.table.expressions
-
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.expressions Class Description LocalReferenceExpression Reference to entity local to a certainQueryOperation
.LookupCallExpression A call expression where the target function has not been resolved yet.TableReferenceExpression Expression that references another table.UnresolvedCallExpression Unresolved call expression for calling a function identified by aFunctionDefinition
.UnresolvedReferenceExpression An unresolved reference to a field, table, or local reference. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.expressions.resolver Class Description ApiExpressionVisitor A visitor for allExpression
s that might be created during API translation.LocalReferenceExpression Reference to entity local to a certainQueryOperation
.LookupCallExpression A call expression where the target function has not been resolved yet.UnresolvedCallExpression Unresolved call expression for calling a function identified by aFunctionDefinition
. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.expressions.resolver.lookups Class Description TableReferenceExpression Expression that references another table. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.expressions.resolver.rules Class Description LocalReferenceExpression Reference to entity local to a certainQueryOperation
. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.expressions.utils Class Description ApiExpressionVisitor A visitor for allExpression
s that might be created during API translation.LocalReferenceExpression Reference to entity local to a certainQueryOperation
.LookupCallExpression A call expression where the target function has not been resolved yet.ResolvedExpressionVisitor A visitor for allResolvedExpression
s.TableReferenceExpression Expression that references another table.UnresolvedCallExpression Unresolved call expression for calling a function identified by aFunctionDefinition
.UnresolvedReferenceExpression An unresolved reference to a field, table, or local reference. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.functions Class Description UnresolvedReferenceExpression An unresolved reference to a field, table, or local reference.