Uses of Class
org.apache.flink.table.runtime.operators.AbstractFunctionRunner
-
Packages that use AbstractFunctionRunner Package Description org.apache.flink.table.runtime.operators.join.lookup org.apache.flink.table.runtime.operators.ml org.apache.flink.table.runtime.operators.search -
-
Uses of AbstractFunctionRunner in org.apache.flink.table.runtime.operators.join.lookup
Subclasses of AbstractFunctionRunner in org.apache.flink.table.runtime.operators.join.lookup Modifier and Type Class Description classLookupJoinRunnerThe join runner to lookup the dimension table.classLookupJoinWithCalcRunnerThe join runner with an additional calculate function on the dimension table. -
Uses of AbstractFunctionRunner in org.apache.flink.table.runtime.operators.ml
Subclasses of AbstractFunctionRunner in org.apache.flink.table.runtime.operators.ml Modifier and Type Class Description classMLPredictRunnerFunction runner forPredictFunction, which takes the generated function, instantiates it, and then calls its lifecycle methods. -
Uses of AbstractFunctionRunner in org.apache.flink.table.runtime.operators.search
Subclasses of AbstractFunctionRunner in org.apache.flink.table.runtime.operators.search Modifier and Type Class Description classVectorSearchRunnerThe runner to perform vector search.
-