Uses of Enum
org.apache.flink.table.types.logical.LogicalTypeRoot
Packages that use LogicalTypeRoot
Package
Description
-
Uses of LogicalTypeRoot in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference with parameters of type LogicalTypeRootModifier and TypeMethodDescriptionstatic RootArgumentTypeStrategyInputTypeStrategies.logical(LogicalTypeRoot expectedRoot) Strategy for an argument that corresponds to a givenLogicalTypeRoot.static RootArgumentTypeStrategyInputTypeStrategies.logical(LogicalTypeRoot expectedRoot, boolean expectedNullability) Strategy for an argument that corresponds to a givenLogicalTypeRootand nullability.static Signature.ArgumentSignature.Argument.ofGroup(String name, LogicalTypeRoot typeRoot) static Signature.ArgumentSignature.Argument.ofGroup(LogicalTypeRoot typeRoot) -
Uses of LogicalTypeRoot in org.apache.flink.table.types.inference.strategies
Constructors in org.apache.flink.table.types.inference.strategies with parameters of type LogicalTypeRootModifierConstructorDescriptionCommonCollectionInputTypeStrategy(ArgumentCount argumentCount, String errorMessage, LogicalTypeRoot logicalTypeRoot) RootArgumentTypeStrategy(LogicalTypeRoot expectedRoot, Boolean expectedNullability) -
Uses of LogicalTypeRoot in org.apache.flink.table.types.inference.transforms
Constructor parameters in org.apache.flink.table.types.inference.transforms with type arguments of type LogicalTypeRootModifierConstructorDescriptionDataTypeConversionClassTransformation(Map<LogicalTypeRoot, Class<?>> conversions) -
Uses of LogicalTypeRoot in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return LogicalTypeRootModifier and TypeMethodDescriptionLogicalType.getTypeRoot()Returns the root of this type.static LogicalTypeRootReturns 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.Methods in org.apache.flink.table.types.logical with parameters of type LogicalTypeRootModifier and TypeMethodDescriptionbooleanLogicalType.is(LogicalTypeRoot typeRoot) Returns whether the root of the type equals to thetypeRootor not.booleanLogicalType.isAnyOf(LogicalTypeRoot... typeRoots) Returns whether the root of the type equals to at least on of thetypeRootsor not.Constructors in org.apache.flink.table.types.logical with parameters of type LogicalTypeRootModifierConstructorDescriptionLegacyTypeInformationType(LogicalTypeRoot logicalTypeRoot, org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo) LogicalType(boolean isNullable, LogicalTypeRoot typeRoot)