public class ColumnGroupPartitionerBinPacking extends ColumnGroupPartitioner
Modifier and Type | Field and Description |
---|---|
static double |
BIN_CAPACITY |
Constructor and Description |
---|
ColumnGroupPartitionerBinPacking() |
Modifier and Type | Method and Description |
---|---|
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 List<int[]> partitionColumns(List<Integer> groupCols, HashMap<Integer,PlanningCoCoder.GroupableColInfo> groupColsInfo)
ColumnGroupPartitioner
partitionColumns
in class ColumnGroupPartitioner
groupCols
- list of columnsgroupColsInfo
- list of column infosCopyright © 2018 The Apache Software Foundation. All rights reserved.