| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
List<ColumnChunk> |
RowGroup.columns
Metadata for each column chunk in this row group.
|
| 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()
Metadata for each column chunk in this row group.
|
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)
Metadata for each column chunk in this row group.
|
| 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 The Apache Software Foundation. All rights reserved.