| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaMapping.ListTypeMapping
mapping of a List type and standard 3-level List annotated Parquet type
|
static class |
SchemaMapping.MapTypeMapping
mapping of a Map type and standard 3-level Map annotated Parquet type
|
static class |
SchemaMapping.PrimitiveTypeMapping
mapping between two primitive types
|
static class |
SchemaMapping.RepeatedTypeMapping
mapping of a List type and repeated Parquet field (non-list annotated)
|
static class |
SchemaMapping.StructTypeMapping
mapping of a struct type
|
static class |
SchemaMapping.UnionTypeMapping
mapping of a union type
|
| Modifier and Type | Method and Description |
|---|---|
SchemaMapping.TypeMapping |
SchemaMapping.ListTypeMapping.getChild() |
SchemaMapping.TypeMapping |
SchemaMapping.RepeatedTypeMapping.getChild() |
SchemaMapping.TypeMapping |
SchemaMapping.MapTypeMapping.getKey() |
SchemaMapping.TypeMapping |
SchemaMapping.MapTypeMapping.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaMapping.TypeMapping> |
SchemaMapping.getChildren() |
List<SchemaMapping.TypeMapping> |
SchemaMapping.TypeMapping.getChildren() |
| Constructor and Description |
|---|
ListTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
org.apache.parquet.arrow.schema.List3Levels list3Levels,
SchemaMapping.TypeMapping child) |
MapTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
org.apache.parquet.arrow.schema.Map3Levels map3levels,
SchemaMapping.TypeMapping key,
SchemaMapping.TypeMapping value) |
RepeatedTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
Type parquetType,
SchemaMapping.TypeMapping child) |
| Constructor and Description |
|---|
StructTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
GroupType parquetType,
List<SchemaMapping.TypeMapping> children) |
UnionTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
GroupType parquetType,
List<SchemaMapping.TypeMapping> children) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.