Uses of Interface
org.apache.flink.table.functions.ModelSemantics
-
Packages that use ModelSemantics Package Description org.apache.flink.table.types.inference org.apache.flink.table.types.inference.utils -
-
Uses of ModelSemantics in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return types with arguments of type ModelSemantics Modifier and Type Method Description default Optional<ModelSemantics>CallContext. getModelSemantics(int pos)Returns information about the model that has been passed to a model argument. -
Uses of ModelSemantics in org.apache.flink.table.types.inference.utils
Methods in org.apache.flink.table.types.inference.utils that return types with arguments of type ModelSemantics Modifier and Type Method Description Optional<ModelSemantics>CastCallContext. getModelSemantics(int pos)
-