Uses of Class
org.apache.flink.table.runtime.generated.GeneratedFunction
-
Packages that use GeneratedFunction Package Description org.apache.flink.table.runtime.functions org.apache.flink.table.runtime.operators.join.lookup org.apache.flink.table.runtime.operators.match -
-
Uses of GeneratedFunction in org.apache.flink.table.runtime.functions
Constructors in org.apache.flink.table.runtime.functions with parameters of type GeneratedFunction Constructor Description DefaultExpressionEvaluator(GeneratedFunction<org.apache.flink.api.common.functions.RichFunction> generatedClass, Class<?> returnClass, Class<?>[] argClasses, String expressionSummary) -
Uses of GeneratedFunction in org.apache.flink.table.runtime.operators.join.lookup
Constructors in org.apache.flink.table.runtime.operators.join.lookup with parameters of type GeneratedFunction Constructor Description AsyncLookupJoinRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher, DataStructureConverter<org.apache.flink.table.data.RowData,Object> fetcherConverter, GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture, RowDataSerializer rightRowSerializer, boolean isLeftOuterJoin, int asyncBufferCapacity)AsyncLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher, DataStructureConverter<org.apache.flink.table.data.RowData,Object> fetcherConverter, GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>> generatedCalc, GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture, RowDataSerializer rightRowSerializer, boolean isLeftOuterJoin, int asyncBufferCapacity)LookupJoinRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>> generatedFetcher, GeneratedCollector<ListenableCollector<org.apache.flink.table.data.RowData>> generatedCollector, boolean isLeftOuterJoin, int tableFieldsCount)LookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>> generatedFetcher, GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>> generatedCalc, GeneratedCollector<ListenableCollector<org.apache.flink.table.data.RowData>> generatedCollector, boolean isLeftOuterJoin, int tableFieldsCount) -
Uses of GeneratedFunction in org.apache.flink.table.runtime.operators.match
Constructors in org.apache.flink.table.runtime.operators.match with parameters of type GeneratedFunction Constructor Description IterativeConditionRunner(GeneratedFunction<org.apache.flink.cep.pattern.conditions.RichIterativeCondition<org.apache.flink.table.data.RowData>> generatedFunction)PatternProcessFunctionRunner(GeneratedFunction<org.apache.flink.cep.functions.PatternProcessFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>> generatedFunction)
-