Package | Description |
---|---|
org.apache.flink.table.toolbox |
Modifier and Type | Method and Description |
---|---|
CountAggFunction.CountAccumulator |
CountAggFunction.createAccumulator() |
Modifier and Type | Method and Description |
---|---|
void |
CountAggFunction.accumulate(CountAggFunction.CountAccumulator acc) |
void |
CountAggFunction.accumulate(CountAggFunction.CountAccumulator acc,
Long value) |
Long |
CountAggFunction.getValue(CountAggFunction.CountAccumulator acc) |
void |
CountAggFunction.merge(CountAggFunction.CountAccumulator acc,
Iterable<CountAggFunction.CountAccumulator> its) |
void |
CountAggFunction.retract(CountAggFunction.CountAccumulator acc) |
void |
CountAggFunction.retract(CountAggFunction.CountAccumulator acc,
Long value) |
Modifier and Type | Method and Description |
---|---|
void |
CountAggFunction.merge(CountAggFunction.CountAccumulator acc,
Iterable<CountAggFunction.CountAccumulator> its) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.