Uses of Class
org.apache.flink.table.api.DataTypes.Field
Packages that use DataTypes.Field
Package
Description
-
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 <T> DataTypeDataTypes.STRUCTURED(Class<T> implementationClass, DataTypes.Field... fields) Data type of a user-defined object structured type.Method parameters in org.apache.flink.table.api with type arguments of type DataTypes.Field -
Uses of DataTypes.Field in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions with parameters of type DataTypes.FieldModifier and TypeMethodDescriptionSpecializedFunction.ExpressionEvaluatorFactory.createEvaluator(String sqlExpression, DataType outputDataType, DataTypes.Field... args) Shorthand forcreateEvaluator(callSql("..."), ...).SpecializedFunction.ExpressionEvaluatorFactory.createEvaluator(Expression expression, DataType outputDataType, DataTypes.Field... args) Creates a serializable factory that can be passed into aUserDefinedFunctionfor evaluating anExpressionduring runtime. -
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. -
Uses of DataTypes.Field in org.apache.flink.table.types.utils
Method parameters in org.apache.flink.table.types.utils with type arguments of type DataTypes.FieldModifier and TypeMethodDescriptionstatic DataTypeDataTypeUtils.appendRowFields(DataType dataType, List<DataTypes.Field> fields) Appends the given list of fields to an existing row data type.