public static interface TableAggregateFunction.RetractableCollector<T> extends 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–2021 The Apache Software Foundation. All rights reserved.