Uses of Class
org.apache.flink.types.ColumnList
-
Packages that use ColumnList Package Description org.apache.flink.types -
-
Uses of ColumnList in org.apache.flink.types
Methods in org.apache.flink.types that return ColumnList Modifier and Type Method Description static ColumnListColumnList. of(List<String> names)static ColumnListColumnList. of(List<String> names, List<DataType> dataTypes)
-