public class ParquetColumnMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINED_LENGTH |
| Constructor and Description |
|---|
ParquetColumnMetadata(org.apache.parquet.column.ColumnDescriptor column) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getTypeLengthInBits(org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName type) |
boolean |
isFixedLength() |
boolean |
isRepeated() |
void |
resolveDrillType(Map<String,org.apache.parquet.format.SchemaElement> schemaElements,
OptionManager options) |
public static final int UNDEFINED_LENGTH
public ParquetColumnMetadata(org.apache.parquet.column.ColumnDescriptor column)
public void resolveDrillType(Map<String,org.apache.parquet.format.SchemaElement> schemaElements, OptionManager options)
public static int getTypeLengthInBits(org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName type)
type - type - a fixed length type from the parquet library enumpublic boolean isFixedLength()
public boolean isRepeated()
Copyright © 2017 The Apache Software Foundation. All rights reserved.