Package | Description |
---|---|
parquet.io | |
parquet.schema | |
parquet.tools.util |
Modifier and Type | Method and Description |
---|---|
void |
ColumnIOFactory.ColumnIOCreatorVisitor.visit(PrimitiveType primitiveType) |
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
Type.asPrimitiveType() |
protected PrimitiveType |
Types.PrimitiveBuilder.build(String name) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
PrimitiveType type) |
Copyright © 2015. All rights reserved.