Modifier and Type | Field and Description |
---|---|
List<ColumnChunk> |
RowGroup.columns |
Modifier and Type | Method and Description |
---|---|
ColumnChunk |
ColumnChunk.deepCopy() |
ColumnChunk |
ColumnChunk.setFile_offset(long file_offset)
Byte offset in file_path to the ColumnMetaData *
|
ColumnChunk |
ColumnChunk.setFile_path(String file_path)
File where column data is stored.
|
ColumnChunk |
ColumnChunk.setMeta_data(ColumnMetaData meta_data)
Column metadata for this chunk.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnChunk> |
RowGroup.getColumns() |
Iterator<ColumnChunk> |
RowGroup.getColumnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
RowGroup.addToColumns(ColumnChunk elem) |
int |
ColumnChunk.compareTo(ColumnChunk other) |
boolean |
ColumnChunk.equals(ColumnChunk that) |
Modifier and Type | Method and Description |
---|---|
RowGroup |
RowGroup.setColumns(List<ColumnChunk> columns) |
Constructor and Description |
---|
ColumnChunk(ColumnChunk other)
Performs a deep copy on other.
|
Constructor and Description |
---|
RowGroup(List<ColumnChunk> columns,
long total_byte_size,
long num_rows) |
Copyright © 2015. All rights reserved.