| 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. |
static Signature.Argument |
Signature.Argument.ofGroup(LogicalTypeRoot typeRoot) |
static Signature.Argument |
Signature.Argument.ofGroup(String name,
LogicalTypeRoot typeRoot) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogicalType.is(LogicalTypeRoot typeRoot)
Returns whether the root of the type equals to the
typeRoot or not. |
boolean |
LogicalType.isAnyOf(LogicalTypeRoot... typeRoots)
Returns whether the root of the type equals to at least on of the
typeRoots or not. |
| Constructor and Description |
|---|
LegacyTypeInformationType(LogicalTypeRoot logicalTypeRoot,
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo) |
LogicalType(boolean isNullable,
LogicalTypeRoot typeRoot) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.