Uses of Class
org.apache.flink.table.api.DataTypes.AbstractField
Packages that use DataTypes.AbstractField
-
Uses of DataTypes.AbstractField in org.apache.flink.table.api
Subclasses of DataTypes.AbstractField in org.apache.flink.table.apiModifier and TypeClassDescriptionstatic final classHelper class for defining the field of a row or structured type.static final classHelper class for defining the unresolved field of a row or structured type.Methods in org.apache.flink.table.api with parameters of type DataTypes.AbstractFieldModifier and TypeMethodDescriptionstatic UnresolvedDataTypeDataTypes.ROW(DataTypes.AbstractField... fields) UnresolvedDataTypes.ROW(Field...).static UnresolvedDataTypeDataTypes.STRUCTURED(Class<?> implementationClass, DataTypes.AbstractField... fields) UnresolvedDataTypes.STRUCTURED(Class, Field...).static UnresolvedDataTypeDataTypes.STRUCTURED(String className, DataTypes.AbstractField... fields) UnresolvedDataTypes.STRUCTURED(String, Field...).