Constructor and Description |
---|
LogicalTypeConversion() |
Modifier and Type | Method and Description |
---|---|
static DataType |
toDataType(org.apache.flink.table.types.logical.LogicalType logicalType) |
static DataType |
toDataType(org.apache.flink.table.types.logical.LogicalType logicalType,
AtomicInteger currentHighestFieldId) |
static RowType |
toDataType(org.apache.flink.table.types.logical.RowType logicalType) |
static org.apache.flink.table.types.logical.LogicalType |
toLogicalType(DataType dataType) |
static org.apache.flink.table.types.logical.RowType |
toLogicalType(RowType dataType) |
public static org.apache.flink.table.types.logical.RowType toLogicalType(RowType dataType)
public static org.apache.flink.table.types.logical.LogicalType toLogicalType(DataType dataType)
public static RowType toDataType(org.apache.flink.table.types.logical.RowType logicalType)
public static DataType toDataType(org.apache.flink.table.types.logical.LogicalType logicalType)
public static DataType toDataType(org.apache.flink.table.types.logical.LogicalType logicalType, AtomicInteger currentHighestFieldId)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.