Uses of Class
org.apache.flink.table.types.inference.strategies.RootArgumentTypeStrategy
-
Packages that use RootArgumentTypeStrategy Package Description org.apache.flink.table.types.inference -
-
Uses of RootArgumentTypeStrategy in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return RootArgumentTypeStrategy 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.
-