@PublicEvolving public interface DataView
DataView
is a collection type that can be used in the accumulator of an ImperativeAggregateFunction
.
Depending on the context in which the function 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–2024 The Apache Software Foundation. All rights reserved.