Package org.apache.flink.table.types
package org.apache.flink.table.types
-
ClassDescriptionAbstractDataType<T extends AbstractDataType<T>>Highest abstraction that describes the data type of a value in the table ecosystem.A data type that does not contain further data types (e.g.A data type that contains an element type (e.g.Describes the data type of a value in the table ecosystem.Indicates that a
DataTypecan be retrieved from a class that implements this interfaces.The visitor definition ofDataType.A data type that contains field data types (i.e. row and structured type).A data type that contains a key and value data type (e.g.Partially resolved data type that requires a lookup in a catalog or configuration before creating the correspondingLogicalType.