@Internal public class PythonStreamGroupWindowAggregateOperator<K,W extends org.apache.flink.table.runtime.operators.window.Window> extends AbstractPythonStreamAggregateOperator implements org.apache.flink.streaming.api.operators.Triggerable<K,W>
bais, baisWrapper, baos, baosWrapper, FLINK_AGGREGATE_FUNCTION_SCHEMA_CODER_URN, inputType, outputType, rowDataWrapper, userDefinedFunctionInputType, userDefinedFunctionOutputTypeelementCount, maxBundleSize, pythonFunctionRunner| Constructor and Description |
|---|
PythonStreamGroupWindowAggregateOperator(org.apache.flink.configuration.Configuration config,
org.apache.flink.table.types.logical.RowType inputType,
org.apache.flink.table.types.logical.RowType outputType,
org.apache.flink.table.functions.python.PythonAggregateFunctionInfo[] aggregateFunctions,
org.apache.flink.table.planner.typeutils.DataViewUtils.DataViewSpec[][] dataViewSpecs,
int[] grouping,
int indexOfCountStar,
boolean generateUpdateBefore,
boolean countStarInserted,
int inputTimeFieldIndex,
org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner<W> windowAssigner,
org.apache.flink.table.planner.plan.logical.LogicalWindow window,
long allowedLateness,
org.apache.flink.table.planner.expressions.PlannerNamedWindowProperty[] namedProperties,
java.time.ZoneId shiftTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitResult(org.apache.flink.api.java.tuple.Tuple2<byte[],Integer> resultTuple)
Sends the execution result to the downstream operator.
|
String |
getFunctionUrn() |
org.apache.flink.table.types.logical.RowType |
getUserDefinedFunctionInputType() |
org.apache.flink.table.types.logical.RowType |
getUserDefinedFunctionOutputType() |
protected FlinkFnApi.UserDefinedAggregateFunctions |
getUserDefinedFunctionsProto()
Gets the proto representation of the Python user-defined aggregate functions to be executed.
|
org.apache.flink.api.common.typeutils.TypeSerializer<W> |
getWindowSerializer() |
void |
onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K,W> timer) |
void |
onProcessingTime(org.apache.flink.streaming.api.operators.InternalTimer<K,W> timer) |
void |
open() |
void |
processElementInternal(org.apache.flink.table.data.RowData value) |
createPythonFunctionRunner, getCurrentKey, getKeyType, getPythonEnv, processElement, setCurrentKeyendInputcheckInvokeFinishBundleByCount, close, createPythonEnvironmentManager, dispose, emitResults, getConfig, getFlinkMetricContainer, getPythonConfig, invokeFinishBundle, isBundleFinished, prepareSnapshotPreBarrier, processWatermark, setPythonConfiggetChainingStrategy, getContainingTask, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, initializeState, initializeState, isUsingCustomRawKeyedState, notifyCheckpointAborted, notifyCheckpointComplete, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, setup, snapshotState, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetKeyContextElementclose, dispose, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatepublic PythonStreamGroupWindowAggregateOperator(org.apache.flink.configuration.Configuration config,
org.apache.flink.table.types.logical.RowType inputType,
org.apache.flink.table.types.logical.RowType outputType,
org.apache.flink.table.functions.python.PythonAggregateFunctionInfo[] aggregateFunctions,
org.apache.flink.table.planner.typeutils.DataViewUtils.DataViewSpec[][] dataViewSpecs,
int[] grouping,
int indexOfCountStar,
boolean generateUpdateBefore,
boolean countStarInserted,
int inputTimeFieldIndex,
org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner<W> windowAssigner,
org.apache.flink.table.planner.plan.logical.LogicalWindow window,
long allowedLateness,
org.apache.flink.table.planner.expressions.PlannerNamedWindowProperty[] namedProperties,
java.time.ZoneId shiftTimeZone)
public void open()
throws Exception
open in interface org.apache.flink.streaming.api.operators.StreamOperator<org.apache.flink.table.data.RowData>open in class AbstractPythonStreamAggregateOperatorExceptionpublic void processElementInternal(org.apache.flink.table.data.RowData value)
throws Exception
processElementInternal in class AbstractPythonStreamAggregateOperatorExceptionpublic void emitResult(org.apache.flink.api.java.tuple.Tuple2<byte[],Integer> resultTuple) throws Exception
AbstractPythonFunctionOperatoremitResult in class AbstractPythonFunctionOperator<org.apache.flink.table.data.RowData>Exceptionpublic String getFunctionUrn()
getFunctionUrn in class AbstractPythonStreamAggregateOperatorpublic org.apache.flink.table.types.logical.RowType getUserDefinedFunctionInputType()
getUserDefinedFunctionInputType in class AbstractPythonStreamAggregateOperatorpublic org.apache.flink.table.types.logical.RowType getUserDefinedFunctionOutputType()
getUserDefinedFunctionOutputType in class AbstractPythonStreamAggregateOperatorprotected FlinkFnApi.UserDefinedAggregateFunctions getUserDefinedFunctionsProto()
AbstractPythonStreamAggregateOperatorgetUserDefinedFunctionsProto in class AbstractPythonStreamAggregateOperatorpublic org.apache.flink.api.common.typeutils.TypeSerializer<W> getWindowSerializer()
public void onEventTime(org.apache.flink.streaming.api.operators.InternalTimer<K,W> timer) throws Exception
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.