| Package | Description | 
|---|---|
| org.apache.sysds.runtime.compress | |
| org.apache.sysds.runtime.compress.cocode | 
| Modifier and Type | Field and Description | 
|---|---|
| PlanningCoCoder.PartitionerType | CompressionSettings. columnPartitionerThe selected method for column partitioning used in CoCoding compressed columns | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionSettingsBuilder | CompressionSettingsBuilder. setColumnPartitioner(PlanningCoCoder.PartitionerType columnPartitioner)Set the type of CoCoding Partitioner type to use for combining columns together. | 
| Modifier and Type | Method and Description | 
|---|---|
| static PlanningCoCoder.PartitionerType | PlanningCoCoder.PartitionerType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PlanningCoCoder.PartitionerType[] | PlanningCoCoder.PartitionerType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.