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