Uses of Class
org.apache.flink.table.types.UnresolvedDataType
Packages that use UnresolvedDataType
-
Uses of UnresolvedDataType in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return UnresolvedDataTypeModifier and TypeMethodDescriptionstatic UnresolvedDataTypeDataTypes.ARRAY(AbstractDataType<?> elementDataType) Unresolved data type of an array of elements with same subtype.static UnresolvedDataTypeDataTypes.MAP(AbstractDataType<?> keyDataType, AbstractDataType<?> valueDataType) Unresolved data type of an associative array that maps keys (includingNULL) to values (includingNULL).static UnresolvedDataTypeDataTypes.MULTISET(AbstractDataType<?> elementDataType) Unresolved data type of a multiset (=bag).static UnresolvedDataTypeCreates an unresolved type that will be resolved to aDataTypeby analyzing the given class later.static UnresolvedDataTypeCreates an unresolved type that will be resolved to aDataTypeby using a fully or partially defined name.static UnresolvedDataTypeDataTypes.of(org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInfo) Creates an unresolved type that will be resolved to aDataTypeby converting the givenTypeInformationlater.static <T> UnresolvedDataTypeUnresolved data type of an arbitrary serialized type.static <T> UnresolvedDataTypeDataTypes.RAW(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInformation) Data type of an arbitrary serialized type backed byTypeInformation.static UnresolvedDataTypeDataTypes.ROW(DataTypes.AbstractField... fields) Unresolved data type of a sequence of fields.static UnresolvedDataTypeDataTypes.ROW(AbstractDataType<?>... fieldDataTypes) Data type of a sequence of fields. -
Uses of UnresolvedDataType in org.apache.flink.table.types
Methods in org.apache.flink.table.types that return UnresolvedDataType