| Package | Description |
|---|---|
| org.apache.parquet.schema |
| Modifier and Type | Class and Description |
|---|---|
static class |
Types.BasePrimitiveBuilder<P,THIS extends Types.BasePrimitiveBuilder<P,THIS>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Types.BaseListBuilder.ElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>> |
static class |
Types.BaseMapBuilder.KeyBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> |
static class |
Types.BaseMapBuilder.ValueBuilder<MP,M extends Types.BaseMapBuilder<MP,M>> |
static class |
Types.PrimitiveBuilder<P>
A builder for
PrimitiveType objects. |
| Modifier and Type | Method and Description |
|---|---|
Types.BasePrimitiveBuilder<P,THIS> |
Types.BasePrimitiveBuilder.length(int length)
Adds the length for a FIXED_LEN_BYTE_ARRAY.
|
Types.BasePrimitiveBuilder<P,THIS> |
Types.BasePrimitiveBuilder.precision(int precision)
Adds the precision for a DECIMAL.
|
Types.BasePrimitiveBuilder<P,THIS> |
Types.BasePrimitiveBuilder.scale(int scale)
Adds the scale for a DECIMAL.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.