Package org.apache.flink.table.functions
Interface ModelSemantics
-
@PublicEvolving public interface ModelSemanticsProvides call information about the model that has been passed to a model argument.This class is only available for model arguments (i.e. arguments of a
ProcessTableFunctionthat are annotated with@ArgumentHint(MODEL)).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypeinputDataType()Input data type expected by the passed model.DataTypeoutputDataType()Output data type produced by the passed model.
-