Package | Description |
---|---|
org.apache.kudu | |
org.apache.kudu.client |
Modifier and Type | Method and Description |
---|---|
ColumnSchema.Encoding |
ColumnSchema.getEncoding()
Return the encoding of this column, or null if it is not known.
|
static ColumnSchema.Encoding |
ColumnSchema.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnSchema.Encoding[] |
ColumnSchema.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ColumnSchema.ColumnSchemaBuilder |
ColumnSchema.ColumnSchemaBuilder.encoding(ColumnSchema.Encoding encoding)
Set the block encoding for this column.
|
Modifier and Type | Method and Description |
---|---|
AlterTableOptions |
AlterTableOptions.changeEncoding(String name,
ColumnSchema.Encoding encoding)
Change the encoding used for a column.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.