| Class and Description |
|---|
| SchemaMapping
The mapping between an Arrow and a Parquet schema
|
| SchemaMapping.ListTypeMapping
mapping of a List type and standard 3-level List annotated Parquet type
|
| SchemaMapping.MapTypeMapping
mapping of a Map type and standard 3-level Map annotated Parquet type
|
| SchemaMapping.PrimitiveTypeMapping
mapping between two primitive types
|
| SchemaMapping.RepeatedTypeMapping
mapping of a List type and repeated Parquet field (non-list annotated)
|
| SchemaMapping.StructTypeMapping
mapping of a struct type
|
| SchemaMapping.TypeMapping
Mapping between an Arrow and a Parquet types
|
| SchemaMapping.TypeMappingVisitor
To traverse a schema mapping
|
| SchemaMapping.UnionTypeMapping
mapping of a union type
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.