Package | Description |
---|---|
parquet.column | |
parquet.column.statistics | |
parquet.format.converter | |
parquet.hadoop.metadata | |
parquet.io | |
parquet.schema |
Modifier and Type | Method and Description |
---|---|
PrimitiveType.PrimitiveTypeName |
UnknownColumnTypeException.getType() |
PrimitiveType.PrimitiveTypeName |
ColumnDescriptor.getType() |
Constructor and Description |
---|
ColumnDescriptor(String[] path,
PrimitiveType.PrimitiveTypeName type,
int maxRep,
int maxDef) |
ColumnDescriptor(String[] path,
PrimitiveType.PrimitiveTypeName type,
int typeLength,
int maxRep,
int maxDef) |
UnknownColumnTypeException(PrimitiveType.PrimitiveTypeName type) |
Modifier and Type | Method and Description |
---|---|
static Statistics |
Statistics.getStatsBasedOnType(PrimitiveType.PrimitiveTypeName type)
Returns the typed statistics object based on the passed type parameter
|
Modifier and Type | Method and Description |
---|---|
PrimitiveType.PrimitiveTypeName |
ParquetMetadataConverter.getPrimitive(parquet.format.Type type) |
Modifier and Type | Method and Description |
---|---|
static Statistics |
ParquetMetadataConverter.fromParquetStatistics(parquet.format.Statistics statistics,
PrimitiveType.PrimitiveTypeName type) |
Modifier and Type | Method and Description |
---|---|
PrimitiveType.PrimitiveTypeName |
ColumnChunkMetaData.getType() |
PrimitiveType.PrimitiveTypeName |
ColumnChunkProperties.getType() |
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)
Deprecated.
|
static ColumnChunkMetaData |
ColumnChunkMetaData.get(ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
CompressionCodecName codec,
Set<Encoding> encodings,
Statistics statistics,
long firstDataPage,
long dictionaryPageOffset,
long valueCount,
long totalSize,
long totalUncompressedSize) |
Modifier and Type | Method and Description |
---|---|
PrimitiveType.PrimitiveTypeName |
PrimitiveColumnIO.getPrimitive() |
Modifier and Type | Method and Description |
---|---|
PrimitiveType.PrimitiveTypeName |
PrimitiveType.getPrimitiveTypeName() |
static PrimitiveType.PrimitiveTypeName |
PrimitiveType.PrimitiveTypeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType.PrimitiveTypeName[] |
PrimitiveType.PrimitiveTypeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name) |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name,
OriginalType originalType) |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
String name) |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
String name,
OriginalType originalType) |
Copyright © 2015. All rights reserved.