Uses of Class
org.apache.flink.table.runtime.operators.AbstractAsyncFunctionRunner
-
-
Uses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.calc.async
Subclasses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.calc.async Modifier and Type Class Description classAsyncFunctionRunnerAsync function runner forAsyncScalarFunction, which takes the generated function, instantiates it, and then calls its lifecycle methods. -
Uses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.join.lookup
Subclasses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.join.lookup Modifier and Type Class Description classAsyncLookupJoinRunnerThe async join runner to lookup the dimension table.classAsyncLookupJoinWithCalcRunnerThe async join runner with an additional calculate function on the dimension table. -
Uses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.ml
Subclasses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.ml Modifier and Type Class Description classAsyncMLPredictRunnerAsync function runner forAsyncPredictFunction, which takes the generated function, instantiates it, and then calls its lifecycle methods. -
Uses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.search
Subclasses of AbstractAsyncFunctionRunner in org.apache.flink.table.runtime.operators.search Modifier and Type Class Description classAsyncVectorSearchRunnerAsync function runner forAsyncVectorSearchFunction, which takes the generated function, instantiates it, and then calls its lifecycle methods.
-