Uses of Class
org.apache.flink.table.runtime.dataview.DataViewSpec
-
Packages that use DataViewSpec Package Description org.apache.flink.table.runtime.dataview -
-
Uses of DataViewSpec in org.apache.flink.table.runtime.dataview
Subclasses of DataViewSpec in org.apache.flink.table.runtime.dataview Modifier and Type Class Description static classDataViewUtils.DistinctViewSpecSpecification for a specialMapViewfor deduplication.classListViewSpecSpecification for aListView.classMapViewSpecSpecification for aMapView.Methods in org.apache.flink.table.runtime.dataview that return types with arguments of type DataViewSpec Modifier and Type Method Description static List<DataViewSpec>DataViewUtils. extractDataViews(int aggIndex, org.apache.flink.table.types.DataType accumulatorDataType)Searches for data views in the data type of an accumulator and extracts them.
-