Package | Description |
---|---|
parquet.example.data | |
parquet.example.data.simple | |
parquet.io | |
parquet.schema | |
parquet.tools.read | |
parquet.tools.util |
Modifier and Type | Method and Description |
---|---|
abstract GroupType |
GroupValueSource.getType() |
Constructor and Description |
---|
GroupWriter(RecordConsumer recordConsumer,
GroupType schema) |
Modifier and Type | Method and Description |
---|---|
GroupType |
SimpleGroup.getType() |
Constructor and Description |
---|
SimpleGroup(GroupType schema) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnIOFactory.ColumnIOCreatorVisitor.visit(GroupType groupType) |
Modifier and Type | Class and Description |
---|---|
class |
MessageType
The root of a schema
|
Modifier and Type | Method and Description |
---|---|
GroupType |
Type.asGroupType() |
protected GroupType |
Types.GroupBuilder.build(String name) |
static GroupType |
ConversionPatterns.listType(Type.Repetition repetition,
String alias,
Type nestedType) |
static GroupType |
ConversionPatterns.mapType(Type.Repetition repetition,
String alias,
String mapAlias,
Type keyType,
Type valueType) |
static GroupType |
ConversionPatterns.mapType(Type.Repetition repetition,
String alias,
Type keyType,
Type valueType) |
static GroupType |
ConversionPatterns.stringKeyMapType(Type.Repetition repetition,
String alias,
String mapAlias,
Type valueType) |
static GroupType |
ConversionPatterns.stringKeyMapType(Type.Repetition repetition,
String alias,
Type valueType) |
Modifier and Type | Method and Description |
---|---|
static Types.GroupBuilder<GroupType> |
Types.buildGroup(Type.Repetition repetition) |
static Types.GroupBuilder<GroupType> |
Types.optionalGroup()
Returns a builder to construct an optional
GroupType . |
static Types.GroupBuilder<GroupType> |
Types.repeatedGroup()
Returns a builder to construct a repeated
GroupType . |
static Types.GroupBuilder<GroupType> |
Types.requiredGroup()
Returns a builder to construct a required
GroupType . |
Modifier and Type | Method and Description |
---|---|
T |
TypeConverter.convertGroupType(List<GroupType> path,
GroupType groupType,
List<T> children) |
void |
TypeVisitor.visit(GroupType groupType) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PrimitiveType.convert(List<GroupType> path,
TypeConverter<T> converter) |
protected <T> List<T> |
GroupType.convertChildren(List<GroupType> path,
TypeConverter<T> converter) |
T |
TypeConverter.convertGroupType(List<GroupType> path,
GroupType groupType,
List<T> children) |
T |
TypeConverter.convertPrimitiveType(List<GroupType> path,
PrimitiveType primitiveType) |
Constructor and Description |
---|
SimpleRecordConverter(GroupType schema) |
SimpleRecordConverter(GroupType schema,
String name,
SimpleRecordConverter parent) |
Modifier and Type | Method and Description |
---|---|
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
GroupType type) |
Copyright © 2015. All rights reserved.