Uses of Class
org.apache.flink.table.types.inference.strategies.ExplicitArgumentTypeStrategy
-
Packages that use ExplicitArgumentTypeStrategy Package Description org.apache.flink.table.types.inference -
-
Uses of ExplicitArgumentTypeStrategy in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return ExplicitArgumentTypeStrategy Modifier and Type Method Description static ExplicitArgumentTypeStrategyInputTypeStrategies. explicit(DataType expectedDataType)Strategy for an argument that corresponds to an explicitly defined type casting.
-