Package | Description |
---|---|
parquet.schema |
Modifier and Type | Class and Description |
---|---|
static class |
Types.MessageTypeBuilder |
Modifier and Type | Method and Description |
---|---|
Types.GroupBuilder<P> |
Types.GroupBuilder.addField(Type type)
Adds
type as a sub-field to the group configured by this builder. |
Types.GroupBuilder<P> |
Types.GroupBuilder.addFields(Type... types)
Adds
types as sub-fields of the group configured by this builder. |
static Types.GroupBuilder<GroupType> |
Types.buildGroup(Type.Repetition repetition) |
Types.GroupBuilder<Types.GroupBuilder<P>> |
Types.GroupBuilder.group(Type.Repetition repetition) |
static Types.GroupBuilder<GroupType> |
Types.optionalGroup()
Returns a builder to construct an optional
GroupType . |
Types.GroupBuilder<Types.GroupBuilder<P>> |
Types.GroupBuilder.optionalGroup()
Returns a
Types.GroupBuilder to build an optional sub-group. |
static Types.GroupBuilder<GroupType> |
Types.repeatedGroup()
Returns a builder to construct a repeated
GroupType . |
Types.GroupBuilder<Types.GroupBuilder<P>> |
Types.GroupBuilder.repeatedGroup()
Returns a
Types.GroupBuilder to build a repeated sub-group. |
static Types.GroupBuilder<GroupType> |
Types.requiredGroup()
Returns a builder to construct a required
GroupType . |
Types.GroupBuilder<Types.GroupBuilder<P>> |
Types.GroupBuilder.requiredGroup()
Returns a
Types.GroupBuilder to build a required sub-group. |
protected Types.GroupBuilder<P> |
Types.GroupBuilder.self() |
Copyright © 2015. All rights reserved.