public abstract class StreamExecAggregateBase extends ExecNodeBase<RowData> implements StreamExecNode<RowData>, SingleTransformationTranslator<RowData>
ExecNode
.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_AGG_CALL_NEED_RETRACTIONS |
static String |
FIELD_NAME_AGG_CALLS |
static String |
FIELD_NAME_GENERATE_UPDATE_BEFORE |
static String |
FIELD_NAME_GROUPING |
static String |
FIELD_NAME_NEED_RETRACTION |
FIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_STATE, FIELD_NAME_TYPE
Modifier | Constructor and Description |
---|---|
protected |
StreamExecAggregateBase(int id,
ExecNodeContext context,
ReadableConfig persistedConfig,
List<InputProperty> inputProperties,
LogicalType outputType,
String description) |
accept, createFormattedTransformationDescription, createFormattedTransformationName, createTransformationDescription, createTransformationMeta, createTransformationMeta, createTransformationName, createTransformationUid, getContextFromAnnotation, getDescription, getId, getInputEdges, getInputProperties, getOutputType, getPersistedConfig, getSimplifiedName, getTransformation, inputsContainSingleton, replaceInputEdge, setCompiled, setInputEdges, supportFusionCodegen, translateToFusionCodegenSpec, translateToFusionCodegenSpecInternal, translateToPlan, translateToPlanInternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getDescription, getId, getInputEdges, getInputProperties, getOutputType, replaceInputEdge, setCompiled, setInputEdges
translateToPlan
supportFusionCodegen, translateToFusionCodegenSpec
public static final String FIELD_NAME_GROUPING
public static final String FIELD_NAME_AGG_CALLS
public static final String FIELD_NAME_AGG_CALL_NEED_RETRACTIONS
public static final String FIELD_NAME_GENERATE_UPDATE_BEFORE
public static final String FIELD_NAME_NEED_RETRACTION
protected StreamExecAggregateBase(int id, ExecNodeContext context, ReadableConfig persistedConfig, List<InputProperty> inputProperties, LogicalType outputType, String description)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.