Uses of Class
org.apache.flink.table.types.logical.RowType.RowField
-
Packages that use RowType.RowField Package Description org.apache.flink.table.types.logical -
-
Uses of RowType.RowField in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return RowType.RowField Modifier and Type Method Description RowType.RowFieldRowType.RowField. copy()Methods in org.apache.flink.table.types.logical that return types with arguments of type RowType.RowField Modifier and Type Method Description List<RowType.RowField>RowType. getFields()Constructor parameters in org.apache.flink.table.types.logical with type arguments of type RowType.RowField Constructor Description RowType(boolean isNullable, List<RowType.RowField> fields)RowType(List<RowType.RowField> fields)
-