| Modifier and Type | Method and Description |
|---|---|
static RootArgumentTypeStrategy |
InputTypeStrategies.logical(LogicalTypeRoot expectedRoot)
Strategy for an argument that corresponds to a given
LogicalTypeRoot. |
static RootArgumentTypeStrategy |
InputTypeStrategies.logical(LogicalTypeRoot expectedRoot,
boolean expectedNullability)
Strategy for an argument that corresponds to a given
LogicalTypeRoot and nullability. |
| Constructor and Description |
|---|
RootArgumentTypeStrategy(LogicalTypeRoot expectedRoot,
Boolean expectedNullability) |
| 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–2021 The Apache Software Foundation. All rights reserved.