public static interface TableAggregateFunction.RetractableCollector<T>
extends org.apache.flink.util.Collector<T>
emitUpdateWithRetract.| Modifier and Type | Method and Description |
|---|---|
void |
retract(T record)
Retract a record.
|
void retract(T record)
record - The record to retract.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.