Uses of Package
org.apache.flink.table.expressions
-
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.api Class Description Expression General interface for all kinds of expressions.TableSymbol The base interface for all table symbols. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.catalog Class Description Expression General interface for all kinds of expressions.ResolvedExpression Expression that has been fully resolved and validated.SqlFactory Factory for serializingResolvedExpressionto a string. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.connector.sink.abilities Class Description ResolvedExpression Expression that has been fully resolved and validated. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.connector.source.abilities Class Description ResolvedExpression Expression that has been fully resolved and validated. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.expressions Class Description CallExpression Resolved and validated call expression for calling a function.DefaultSqlFactory Default implementation ofSqlFactorythat throws an exception when trying to serialize an inline function.Expression General interface for all kinds of expressions.ExpressionVisitor The visitor definition ofExpression.FieldReferenceExpression A reference to a field in an input.NestedFieldReferenceExpression A reference to a nested field in an input.ResolvedExpression Expression that has been fully resolved and validated.SqlFactory Factory for serializingResolvedExpressionto a string.TableSymbol The base interface for all table symbols.TimeIntervalUnit Units for working with time intervals.TimePointUnit Units for working with points in time.TypeLiteralExpression Expression that wrapsDataTypeas a literal.ValueLiteralExpression Expression for constant literal values. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.functions Class Description Expression General interface for all kinds of expressions.ResolvedExpression Expression that has been fully resolved and validated.SqlFactory Factory for serializingResolvedExpressionto a string. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.legacy.api Class Description SqlFactory Factory for serializingResolvedExpressionto a string. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.legacy.sources Class Description Expression General interface for all kinds of expressions.ResolvedFieldReference A reference to a field in an input which has been resolved. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.sources.tsextractors Class Description ResolvedFieldReference A reference to a field in an input which has been resolved. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.types.inference Class Description TableSymbol The base interface for all table symbols. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.types.inference.strategies Class Description TableSymbol The base interface for all table symbols. -
Classes in org.apache.flink.table.expressions used by org.apache.flink.table.types.logical Class Description TableSymbol The base interface for all table symbols.