@PublicEvolving public interface DataView extends Serializable
DataView is a collection type that can be used in the accumulator of an
AggregateFunction.
Depending on the context in which the AggregateFunction is
used, a DataView can be backed by a Java heap collection or a state backend.
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the
DataView and removes all data. |
void clear()
DataView and removes all data.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.