| Package | Description |
|---|---|
| parquet.hadoop.metadata |
| Modifier and Type | Method and Description |
|---|---|
static ColumnPath |
ColumnPath.get(String... path) |
ColumnPath |
ColumnChunkProperties.getPath() |
ColumnPath |
ColumnChunkMetaData.getPath() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnChunkProperties |
ColumnChunkProperties.get(ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
CompressionCodecName codec,
Set<Encoding> encodings) |
static ColumnChunkMetaData |
ColumnChunkMetaData.get(ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
CompressionCodecName codec,
Set<Encoding> encodings,
long firstDataPage,
long dictionaryPageOffset,
long valueCount,
long totalSize,
long totalUncompressedSize) |
Copyright © 2014. All Rights Reserved.