Uses of Class
org.apache.flink.table.typeutils.FieldInfoUtils.TypeInfoSchema
-
Packages that use FieldInfoUtils.TypeInfoSchema Package Description org.apache.flink.table.typeutils -
-
Uses of FieldInfoUtils.TypeInfoSchema in org.apache.flink.table.typeutils
Methods in org.apache.flink.table.typeutils that return FieldInfoUtils.TypeInfoSchema Modifier and Type Method Description static <A> FieldInfoUtils.TypeInfoSchemaFieldInfoUtils. getFieldsInfo(org.apache.flink.api.common.typeinfo.TypeInformation<A> inputType)Returns aFieldInfoUtils.TypeInfoSchemafor a givenTypeInformation.static <A> FieldInfoUtils.TypeInfoSchemaFieldInfoUtils. getFieldsInfo(org.apache.flink.api.common.typeinfo.TypeInformation<A> inputType, org.apache.flink.table.expressions.Expression[] expressions)Returns aFieldInfoUtils.TypeInfoSchemafor a givenTypeInformation.
-