Class MLInferenceFunction

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.functions.FunctionDefinition

    public class MLInferenceFunction
    extends org.apache.flink.table.functions.ScalarFunction
    Flink SQL scalar function for ML inference. Usage: SELECT ml_score(features, 'fraud-model') FROM transactions;
    See Also:
    Serialized Form