| Package | Description |
|---|---|
| org.apache.parquet.column | |
| org.apache.parquet.column.statistics | |
| org.apache.parquet.schema |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
ColumnDescriptor.getPrimitiveType() |
| Constructor and Description |
|---|
ColumnDescriptor(String[] path,
PrimitiveType type,
int maxRep,
int maxDef) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
Statistics.type() |
| Modifier and Type | Method and Description |
|---|---|
static Statistics.Builder |
Statistics.getBuilderForReading(PrimitiveType type)
Returns a builder to create new statistics object.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
Type.asPrimitiveType() |
protected PrimitiveType |
Types.BasePrimitiveBuilder.build(String name) |
PrimitiveType |
PrimitiveType.withId(int id) |
| Modifier and Type | Method and Description |
|---|---|
static Types.PrimitiveBuilder<PrimitiveType> |
Types.optional(PrimitiveType.PrimitiveTypeName type)
Returns a builder to construct an optional
PrimitiveType. |
static Types.PrimitiveBuilder<PrimitiveType> |
Types.primitive(PrimitiveType.PrimitiveTypeName type,
Type.Repetition repetition) |
static Types.PrimitiveBuilder<PrimitiveType> |
Types.repeated(PrimitiveType.PrimitiveTypeName type)
Returns a builder to construct a repeated
PrimitiveType. |
static Types.PrimitiveBuilder<PrimitiveType> |
Types.required(PrimitiveType.PrimitiveTypeName type)
Returns a builder to construct a required
PrimitiveType. |
| Modifier and Type | Method and Description |
|---|---|
T |
TypeConverter.convertPrimitiveType(List<GroupType> path,
PrimitiveType primitiveType) |
void |
TypeVisitor.visit(PrimitiveType primitiveType) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.