Modifier and Type | Method and Description |
---|---|
static boolean |
PlannerTypeUtils.isPrimitive(LogicalTypeRoot root) |
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,
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.