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