Uses of Package
org.apache.flink.table.api
-
Classes in org.apache.flink.table.api used by org.apache.flink.table.api Class Description DataTypes.AbstractField Common helper class for resolved and unresolved fields of a row or structured type.DataTypes.Field Helper class for defining the field of a row or structured type.DataTypes.Resolution Helper class for defining the resolution of an interval.DataTypes.UnresolvedField Helper class for defining the unresolved field of a row or structured type.JsonExistsOnError Behavior in case of errors forBuiltInFunctionDefinitions.JSON_EXISTS
.JsonOnNull Behavior for entries with a null value forBuiltInFunctionDefinitions.JSON_OBJECT
andBuiltInFunctionDefinitions.JSON_ARRAY
.JsonQueryOnEmptyOrError Behavior ofBuiltInFunctionDefinitions.JSON_QUERY
in case a path expression is empty or raises an error.JsonQueryWrapper Defines whether and when to wrap the result ofBuiltInFunctionDefinitions.JSON_QUERY
into an array.JsonType Supported JSON types forBuiltInFunctionDefinitions.IS_JSON
.JsonValueOnEmptyOrError Behavior forBuiltInFunctionDefinitions.JSON_VALUE
.OverWindowRange Range specification forBuiltInFunctionDefinitions.OVER
window.Schema Schema of a table or view.Schema.Builder A builder for constructing an immutable but still unresolvedSchema
.Schema.UnresolvedColumn Super class for all kinds of columns in an unresolved schema.Schema.UnresolvedComputedColumn Declaration of a computed column that will be resolved toColumn.ComputedColumn
during schema resolution.Schema.UnresolvedConstraint Super class for all kinds of constraints in an unresolved schema.Schema.UnresolvedPrimaryKey Declaration of a primary key that will be resolved toUniqueConstraint
during schema resolution.Schema.UnresolvedWatermarkSpec Declaration of a watermark strategy that will be resolved toWatermarkSpec
during schema resolution. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.catalog Class Description Schema Schema of a table or view.TableException General Exception for all errors during table handling. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.data.utils Class Description TableRuntimeException Exception for errors occurring in the runtime. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.expressions Class Description ExpressionParserException Deprecated.This exception is considered internal and has been erroneously placed in the *.api package. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.factories Class Description AmbiguousTableFactoryException Deprecated.This exception is considered internal and has been erroneously placed in the *.api package.NoMatchingTableFactoryException Deprecated.This exception is considered internal and has been erroneously placed in the *.api package. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.functions Class Description DataTypes.Field Helper class for defining the field of a row or structured type. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.legacy.api Class Description Schema Schema of a table or view. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.types Class Description DataTypes.Field Helper class for defining the field of a row or structured type. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.types.inference Class Description TableException General Exception for all errors during table handling.ValidationException Exception for all errors occurring during validation phase. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.types.utils Class Description DataTypes.Field Helper class for defining the field of a row or structured type. -
Classes in org.apache.flink.table.api used by org.apache.flink.table.utils Class Description TableException General Exception for all errors during table handling.