| Package | Description |
|---|---|
| org.apache.parquet.schema |
| 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 © 2016 The Apache Software Foundation. All rights reserved.