| Modifier and Type | Field and Description |
|---|---|
protected ColumnNodeType |
ColumnReader.nodeType |
protected ColumnNodeType |
ColumnNodeReader.nodeType |
| Constructor and Description |
|---|
ColumnNodeReader(byte[] columnBuffer,
ColumnNodeType nodeType)
construct
|
ColumnReader(byte[] columnBuffer,
ColumnNodeType nodeType)
construct
|
| Modifier and Type | Field and Description |
|---|---|
private ColumnNodeType |
ColumnSectionWriter.nodeType |
protected ColumnNodeType |
ColumnNodeWriter.nodeType |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnSectionWriter.reconstruct(PrefixTreeBlockMeta blockMeta,
Tokenizer builder,
ColumnNodeType nodeType) |
| Constructor and Description |
|---|
ColumnNodeWriter(PrefixTreeBlockMeta blockMeta,
TokenizerNode builderNode,
ColumnNodeType nodeType)
construct
|
ColumnSectionWriter(PrefixTreeBlockMeta blockMeta,
Tokenizer builder,
ColumnNodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
static ColumnNodeType |
ColumnNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnNodeType[] |
ColumnNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.