Uses of Class
org.apache.flink.table.types.logical.RowType
Packages that use RowType
-
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)