@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.
void clear()
DataView and removes all data.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.