public abstract class ColumnGroupPartitioner extends Object
Constructor and Description |
---|
ColumnGroupPartitioner() |
Modifier and Type | Method and Description |
---|---|
abstract List<int[]> |
partitionColumns(List<Integer> groupCols,
HashMap<Integer,PlanningCoCoder.GroupableColInfo> groupColsInfo)
Partitions a list of columns into a list of partitions that contains subsets of columns.
|
public abstract List<int[]> partitionColumns(List<Integer> groupCols, HashMap<Integer,PlanningCoCoder.GroupableColInfo> groupColsInfo)
groupCols
- list of columnsgroupColsInfo
- list of column infosCopyright © 2018 The Apache Software Foundation. All rights reserved.