Uses of Class
org.apache.flink.table.runtime.operators.python.utils.StreamRecordRowDataWrappingCollector
Packages that use StreamRecordRowDataWrappingCollector
Package
Description
-
Uses of StreamRecordRowDataWrappingCollector in org.apache.flink.table.runtime.operators.python
Fields in org.apache.flink.table.runtime.operators.python declared as StreamRecordRowDataWrappingCollectorModifier and TypeFieldDescriptionprotected StreamRecordRowDataWrappingCollectorAbstractEmbeddedStatelessFunctionOperator.rowDataWrapperThe collector used to collect records. -
Uses of StreamRecordRowDataWrappingCollector in org.apache.flink.table.runtime.operators.python.aggregate
Fields in org.apache.flink.table.runtime.operators.python.aggregate declared as StreamRecordRowDataWrappingCollectorModifier and TypeFieldDescriptionprotected StreamRecordRowDataWrappingCollectorAbstractPythonStreamAggregateOperator.rowDataWrapperThe collector used to collect records. -
Uses of StreamRecordRowDataWrappingCollector in org.apache.flink.table.runtime.operators.python.aggregate.arrow
Fields in org.apache.flink.table.runtime.operators.python.aggregate.arrow declared as StreamRecordRowDataWrappingCollectorModifier and TypeFieldDescriptionprotected StreamRecordRowDataWrappingCollectorAbstractArrowPythonAggregateFunctionOperator.rowDataWrapperThe collector used to collect records. -
Uses of StreamRecordRowDataWrappingCollector in org.apache.flink.table.runtime.operators.python.scalar
Fields in org.apache.flink.table.runtime.operators.python.scalar declared as StreamRecordRowDataWrappingCollectorModifier and TypeFieldDescriptionprotected StreamRecordRowDataWrappingCollectorAbstractPythonScalarFunctionOperator.rowDataWrapperThe collector used to collect records.