public abstract class StreamExecWindowAggregateBase extends StreamExecAggregateBase
ExecNode.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_NAMED_WINDOW_PROPERTIES |
static String |
FIELD_NAME_WINDOWING |
static long |
WINDOW_AGG_MEMORY_RATIO |
FIELD_NAME_AGG_CALL_NEED_RETRACTIONS, FIELD_NAME_AGG_CALLS, FIELD_NAME_GENERATE_UPDATE_BEFORE, FIELD_NAME_GROUPING, FIELD_NAME_NEED_RETRACTIONFIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_TYPE| Modifier | Constructor and Description |
|---|---|
protected |
StreamExecWindowAggregateBase(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
List<InputProperty> inputProperties,
org.apache.flink.table.types.logical.LogicalType outputType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.table.types.logical.LogicalType[] |
convertToLogicalTypes(org.apache.flink.table.types.DataType[] dataTypes) |
protected org.apache.flink.table.runtime.operators.window.slicing.SliceAssigner |
createSliceAssigner(WindowingStrategy windowingStrategy,
java.time.ZoneId shiftTimeZone) |
protected org.apache.flink.table.runtime.operators.window.slicing.SliceAssigner |
createSliceAssigner(WindowSpec windowSpec,
int timeAttributeIndex,
java.time.ZoneId shiftTimeZone) |
accept, createFormattedTransformationDescription, createFormattedTransformationName, createTransformationDescription, createTransformationMeta, createTransformationMeta, createTransformationName, createTransformationUid, getContextFromAnnotation, getDescription, getId, getInputEdges, getInputProperties, getOutputType, getPersistedConfig, getSimplifiedName, inputsContainSingleton, replaceInputEdge, setCompiled, setInputEdges, translateToPlan, translateToPlanInternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getDescription, getId, getInputEdges, getInputProperties, getOutputType, replaceInputEdge, setCompiled, setInputEdgestranslateToPlanpublic static final long WINDOW_AGG_MEMORY_RATIO
public static final String FIELD_NAME_WINDOWING
public static final String FIELD_NAME_NAMED_WINDOW_PROPERTIES
protected StreamExecWindowAggregateBase(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
List<InputProperty> inputProperties,
org.apache.flink.table.types.logical.LogicalType outputType,
String description)
protected org.apache.flink.table.runtime.operators.window.slicing.SliceAssigner createSliceAssigner(WindowingStrategy windowingStrategy, java.time.ZoneId shiftTimeZone)
protected org.apache.flink.table.runtime.operators.window.slicing.SliceAssigner createSliceAssigner(WindowSpec windowSpec, int timeAttributeIndex, java.time.ZoneId shiftTimeZone)
protected org.apache.flink.table.types.logical.LogicalType[] convertToLogicalTypes(org.apache.flink.table.types.DataType[] dataTypes)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.