Uses of Class
org.apache.flink.table.api.DataTypes.Field
Packages that use DataTypes.Field
-
Uses of DataTypes.Field in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return DataTypes.FieldModifier and TypeMethodDescriptionstatic DataTypes.FieldField definition with field name and data type.static DataTypes.FieldField definition with field name, data type, and a description.Methods in org.apache.flink.table.api with parameters of type DataTypes.FieldModifier and TypeMethodDescriptionstatic DataTypeDataTypes.ROW(DataTypes.Field... fields) Data type of a sequence of fields.static DataTypeDataTypes.STRUCTURED(Class<?> implementationClass, DataTypes.Field... fields) Data type of a user-defined object structured type.static DataTypeDataTypes.STRUCTURED(String className, DataTypes.Field... fields) Data type of a user-defined object structured type where the given class name is not in the classpath.Method parameters in org.apache.flink.table.api with type arguments of type DataTypes.Field -
Uses of DataTypes.Field in org.apache.flink.table.types
Methods in org.apache.flink.table.types that return types with arguments of type DataTypes.FieldModifier and TypeMethodDescriptionstatic List<DataTypes.Field>Returns an ordered list of fields starting from the providedDataType.