Uses of Class
org.apache.flink.table.types.logical.RowType
-
Packages that use RowType Package Description org.apache.flink.table.connector.source org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of RowType in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return RowType Modifier and Type Method Description RowTypeDynamicFilteringData. getRowType()Constructors in org.apache.flink.table.connector.source with parameters of type RowType Constructor Description DynamicFilteringData(org.apache.flink.api.common.typeinfo.TypeInformation<RowData> typeInfo, RowType rowType, List<byte[]> serializedData, boolean isFiltering) -
Uses of RowType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return RowType Modifier and Type Method Description static RowTypeRowType. of(boolean isNullable, LogicalType... types)static RowTypeRowType. of(boolean nullable, LogicalType[] types, String[] names)static RowTypeRowType. of(LogicalType... types)static RowTypeRowType. of(LogicalType[] types, String[] names)Methods in org.apache.flink.table.types.logical with parameters of type RowType Modifier and Type Method Description RLogicalTypeVisitor. visit(RowType rowType) -
Uses of RowType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils that return RowType Modifier and Type Method Description static RowTypeLogicalTypeUtils. renameRowFields(RowType rowType, List<String> newFieldNames)Renames the fields of the givenRowType.static RowTypeLogicalTypeUtils. toRowType(LogicalType t)Converts any logical type to a row type.Methods in org.apache.flink.table.types.logical.utils with parameters of type RowType Modifier and Type Method Description static RowTypeLogicalTypeUtils. renameRowFields(RowType rowType, List<String> newFieldNames)Renames the fields of the givenRowType.RLogicalTypeDefaultVisitor. visit(RowType rowType)LogicalTypeLogicalTypeDuplicator. visit(RowType rowType)
-