Uses of Class
org.apache.flink.table.types.logical.LogicalTypeRoot
-
-
Uses of LogicalTypeRoot in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference with parameters of type LogicalTypeRoot Modifier and Type Method Description static 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 LogicalTypeRoot Constructor Description CommonCollectionInputTypeStrategy(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 LogicalTypeRoot Constructor Description ConversionClassTransformation(Map<LogicalTypeRoot,Class<?>> conversions) -
Uses of LogicalTypeRoot in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return LogicalTypeRoot Modifier and Type Method Description LogicalTypeRootLogicalType. getTypeRoot()Returns the root of this type.static LogicalTypeRootLogicalTypeRoot. 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.Methods in org.apache.flink.table.types.logical with parameters of type LogicalTypeRoot Modifier and Type Method Description booleanLogicalType. 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 LogicalTypeRoot Constructor Description LegacyTypeInformationType(LogicalTypeRoot logicalTypeRoot, org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo)LogicalType(boolean isNullable, LogicalTypeRoot typeRoot)
-