| Class and 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 for
BuiltInFunctionDefinitions.JSON_EXISTS. |
| JsonOnNull
Behavior for entries with a null value for
BuiltInFunctionDefinitions.JSON_OBJECT and
BuiltInFunctionDefinitions.JSON_ARRAY. |
| JsonQueryOnEmptyOrError
Behavior of
BuiltInFunctionDefinitions.JSON_QUERY in case a path expression is empty or
raises an error. |
| JsonQueryWrapper
Defines whether and when to wrap the result of
BuiltInFunctionDefinitions.JSON_QUERY into
an array. |
| JsonType
Supported JSON types for
BuiltInFunctionDefinitions.IS_JSON. |
| JsonValueOnEmptyOrError
Behavior for
BuiltInFunctionDefinitions.JSON_VALUE. |
| OverWindowRange
Range specification for
BuiltInFunctionDefinitions.OVER window. |
| Schema
Schema of a table or view.
|
| Schema.Builder
A builder for constructing an immutable but still unresolved
Schema. |
| Schema.UnresolvedColumn
Super class for all kinds of columns in an unresolved schema.
|
| Schema.UnresolvedComputedColumn
Declaration of a computed column that will be resolved to
Column.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 to
UniqueConstraint during schema
resolution. |
| Schema.UnresolvedWatermarkSpec
Declaration of a watermark strategy that will be resolved to
WatermarkSpec during
schema resolution. |
| TableColumn
Deprecated.
See
ResolvedSchema and Column. |
| TableColumn.ComputedColumn
Deprecated.
Representation of a computed column.
|
| TableColumn.MetadataColumn
Deprecated.
Representation of a metadata column.
|
| TableColumn.PhysicalColumn
Deprecated.
Representation of a physical column.
|
| TableSchema
Deprecated.
This class has been deprecated as part of FLIP-164. It has been replaced by two more
dedicated classes
Schema and ResolvedSchema. Use Schema for
declaration in APIs. ResolvedSchema is offered by the framework after resolution and
validation. |
| TableSchema.Builder
Deprecated.
Builder for creating a
TableSchema. |
| WatermarkSpec
Deprecated.
See
ResolvedSchema and WatermarkSpec. |
| Class and Description |
|---|
| Schema
Schema of a table or view.
|
| TableException
General Exception for all errors during table handling.
|
| TableSchema
Deprecated.
This class has been deprecated as part of FLIP-164. It has been replaced by two more
dedicated classes
Schema and ResolvedSchema. Use Schema for
declaration in APIs. ResolvedSchema is offered by the framework after resolution and
validation. |
| Class and Description |
|---|
| TableException
General Exception for all errors during table handling.
|
| Class and Description |
|---|
| TableSchema
Deprecated.
This class has been deprecated as part of FLIP-164. It has been replaced by two more
dedicated classes
Schema and ResolvedSchema. Use Schema for
declaration in APIs. ResolvedSchema is offered by the framework after resolution and
validation. |
| Class and Description |
|---|
| ExpressionParserException
Deprecated.
This exception is considered internal and has been erroneously placed in the *.api
package. It is replaced by
ExpressionParserException and should not be used directly
anymore. |
| Class and Description |
|---|
| AmbiguousTableFactoryException
Deprecated.
This exception is considered internal and has been erroneously placed in the *.api
package. It is replaced by
AmbiguousTableFactoryException and should not be used
directly anymore. |
| NoMatchingTableFactoryException
Deprecated.
This exception is considered internal and has been erroneously placed in the *.api
package. It is replaced by
NoMatchingTableFactoryException and should not be used
directly anymore. |
| Class and Description |
|---|
| DataTypes.Field
Helper class for defining the field of a row or structured type.
|
| Class and Description |
|---|
| TableSchema
Deprecated.
This class has been deprecated as part of FLIP-164. It has been replaced by two more
dedicated classes
Schema and ResolvedSchema. Use Schema for
declaration in APIs. ResolvedSchema is offered by the framework after resolution and
validation. |
| Class and Description |
|---|
| TableSchema
Deprecated.
This class has been deprecated as part of FLIP-164. It has been replaced by two more
dedicated classes
Schema and ResolvedSchema. Use Schema for
declaration in APIs. ResolvedSchema is offered by the framework after resolution and
validation. |
| Class and Description |
|---|
| DataTypes.Field
Helper class for defining the field of a row or structured type.
|
| Class and Description |
|---|
| TableException
General Exception for all errors during table handling.
|
| ValidationException
Exception for all errors occurring during validation phase.
|
| Class and Description |
|---|
| DataTypes.Field
Helper class for defining the field of a row or structured type.
|
| Class and Description |
|---|
| TableColumn
Deprecated.
See
ResolvedSchema and Column. |
| TableException
General Exception for all errors during table handling.
|
| TableSchema
Deprecated.
This class has been deprecated as part of FLIP-164. It has been replaced by two more
dedicated classes
Schema and ResolvedSchema. Use Schema for
declaration in APIs. ResolvedSchema is offered by the framework after resolution and
validation. |
| TableSchema.Builder
Deprecated.
Builder for creating a
TableSchema. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.