Uses of Class
org.apache.flink.table.runtime.dataview.DataViewUtils.DistinctViewSpec
-
Packages that use DataViewUtils.DistinctViewSpec Package Description org.apache.flink.table.runtime.dataview -
-
Uses of DataViewUtils.DistinctViewSpec in org.apache.flink.table.runtime.dataview
Methods in org.apache.flink.table.runtime.dataview that return DataViewUtils.DistinctViewSpec Modifier and Type Method Description static DataViewUtils.DistinctViewSpecDataViewUtils. createDistinctViewSpec(int index, org.apache.flink.table.types.DataType distinctViewDataType)Creates a specialDataViewUtils.DistinctViewSpecfor DISTINCT aggregates.
-