public static enum ColumnChunk._Fields extends Enum<ColumnChunk._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
COLUMN_INDEX_LENGTH
Size of ColumnChunk's ColumnIndex, in bytes *
|
COLUMN_INDEX_OFFSET
File offset of ColumnChunk's ColumnIndex *
|
CRYPTO_METADATA
Crypto metadata of encrypted columns *
|
ENCRYPTED_COLUMN_METADATA
Encrypted column metadata for this chunk *
|
FILE_OFFSET
Deprecated: Byte offset in file_path to the ColumnMetaData
Past use of this field has been inconsistent, with some implementations
using it to point to the ColumnMetaData and some using it to point to
the first page in the column chunk.
|
FILE_PATH
File where column data is stored.
|
META_DATA
Column metadata for this chunk.
|
OFFSET_INDEX_LENGTH
Size of ColumnChunk's OffsetIndex, in bytes *
|
OFFSET_INDEX_OFFSET
File offset of ColumnChunk's OffsetIndex *
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnChunk._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
|
static ColumnChunk._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static ColumnChunk._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static ColumnChunk._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnChunk._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnChunk._Fields FILE_PATH
public static final ColumnChunk._Fields FILE_OFFSET
public static final ColumnChunk._Fields META_DATA
public static final ColumnChunk._Fields OFFSET_INDEX_OFFSET
public static final ColumnChunk._Fields OFFSET_INDEX_LENGTH
public static final ColumnChunk._Fields COLUMN_INDEX_OFFSET
public static final ColumnChunk._Fields COLUMN_INDEX_LENGTH
public static final ColumnChunk._Fields CRYPTO_METADATA
public static final ColumnChunk._Fields ENCRYPTED_COLUMN_METADATA
public static ColumnChunk._Fields[] values()
for (ColumnChunk._Fields c : ColumnChunk._Fields.values()) System.out.println(c);
public static ColumnChunk._Fields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ColumnChunk._Fields findByThriftId(int fieldId)
public static ColumnChunk._Fields findByThriftIdOrThrow(int fieldId)
public static ColumnChunk._Fields findByName(String name)
public short getThriftFieldId()
getThriftFieldId in interface org.apache.thrift.TFieldIdEnumpublic String getFieldName()
getFieldName in interface org.apache.thrift.TFieldIdEnumCopyright © 2024 The Apache Software Foundation. All rights reserved.