| Package | Description |
|---|---|
| org.apache.flink.table.types.inference.transforms | |
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| Constructor and Description |
|---|
DataTypeConversionClassTransformation(Map<LogicalTypeRoot,Class<?>> conversions) |
| Modifier and Type | Method and Description |
|---|---|
LogicalTypeRoot |
LogicalType.getTypeRoot()
Returns the root of this type.
|
static LogicalTypeRoot |
LogicalTypeRoot.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalTypeRoot[] |
LogicalTypeRoot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LegacyTypeInformationType(LogicalTypeRoot logicalTypeRoot,
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo) |
LogicalType(boolean isNullable,
LogicalTypeRoot typeRoot) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LogicalTypeChecks.hasRoot(LogicalType logicalType,
LogicalTypeRoot typeRoot) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.