| Class | Description |
|---|---|
| DataTypes |
A
DataType can be used to declare input and/or output types of operations. |
| 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.
|
| TableColumn |
A table column represents a table column's structure with
column name, column data type and computation expression(if it is a computed column).
|
| TableSchema |
A table schema that represents a table's structure with field names and data types.
|
| TableSchema.Builder |
Builder for creating a
TableSchema. |
| Types | Deprecated
This class will be removed in future versions as it uses the old type system.
|
| WatermarkSpec |
Watermark metadata defined in
TableSchema. |
| Exception | Description |
|---|---|
| AmbiguousTableFactoryException |
Exception for finding more than one
TableFactory for the given properties. |
| CatalogNotExistException |
Exception for an operation on a nonexistent catalog.
|
| ExpressionParserException |
Exception for all errors occurring during expression parsing.
|
| NoMatchingTableFactoryException |
Exception for not finding a
TableFactory for the given properties. |
| TableException |
General Exception for all errors during table handling.
|
| TableNotExistException |
Exception for an operation on a nonexistent table.
|
| UnresolvedException |
Exception for unwanted method calling on unresolved expression.
|
| ValidationException |
Exception for all errors occurring during validation phase.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.