| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window.groupwindow.operator |
| Modifier and Type | Field and Description |
|---|---|
protected RecordEqualiser |
AggregateWindowOperator.equaliser
The util to compare two RowData equals to each other.
|
| Modifier and Type | Method and Description |
|---|---|
WindowOperatorBuilder.AggregateWindowOperatorBuilder |
WindowOperatorBuilder.aggregate(NamespaceAggsHandleFunction<?> aggregateFunction,
RecordEqualiser equaliser,
org.apache.flink.table.types.logical.LogicalType[] accumulatorTypes,
org.apache.flink.table.types.logical.LogicalType[] aggResultTypes,
org.apache.flink.table.types.logical.LogicalType[] windowPropertyTypes) |
| Constructor and Description |
|---|
AggregateWindowOperatorBuilder(NamespaceAggsHandleFunction<?> aggregateFunction,
RecordEqualiser equaliser,
WindowOperatorBuilder windowOperatorBuilder) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.