Uses of Class
org.apache.flink.table.types.logical.RowType
Packages that use RowType
Package
Description
-
Uses of RowType in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return RowTypeConstructors in org.apache.flink.table.connector.source with parameters of type RowTypeModifierConstructorDescriptionDynamicFilteringData(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 RowTypeModifier and TypeMethodDescriptionstatic 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 -
Uses of RowType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils that return RowTypeModifier and TypeMethodDescriptionstatic 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