Interface DataView
-
@PublicEvolving public interface DataView
ADataView
is a collection type that can be used in the accumulator of anImperativeAggregateFunction
.Depending on the context in which the function is used, a
DataView
can be backed by a Java heap collection or a state backend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
Clears theDataView
and removes all data.
-
-
-
Method Detail
-
clear
void clear()
Clears theDataView
and removes all data.
-
-