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