- SchemaConverter - Class in org.apache.parquet.arrow.schema
-
Logic to convert Parquet and Arrow Schemas back and forth and maintain the mapping
- SchemaConverter() - Constructor for class org.apache.parquet.arrow.schema.SchemaConverter
-
For when we'll need this to be configurable
- SchemaConverter(boolean) - Constructor for class org.apache.parquet.arrow.schema.SchemaConverter
-
- SchemaMapping - Class in org.apache.parquet.arrow.schema
-
The mapping between an Arrow and a Parquet schema
- SchemaMapping.ListTypeMapping - Class in org.apache.parquet.arrow.schema
-
mapping of a List type and standard 3-level List annotated Parquet type
- SchemaMapping.MapTypeMapping - Class in org.apache.parquet.arrow.schema
-
mapping of a Map type and standard 3-level Map annotated Parquet type
- SchemaMapping.PrimitiveTypeMapping - Class in org.apache.parquet.arrow.schema
-
mapping between two primitive types
- SchemaMapping.RepeatedTypeMapping - Class in org.apache.parquet.arrow.schema
-
mapping of a List type and repeated Parquet field (non-list annotated)
- SchemaMapping.StructTypeMapping - Class in org.apache.parquet.arrow.schema
-
mapping of a struct type
- SchemaMapping.TypeMapping - Class in org.apache.parquet.arrow.schema
-
Mapping between an Arrow and a Parquet types
- SchemaMapping.TypeMappingVisitor<T> - Interface in org.apache.parquet.arrow.schema
-
To traverse a schema mapping
- SchemaMapping.UnionTypeMapping - Class in org.apache.parquet.arrow.schema
-
mapping of a union type
- StructTypeMapping(Field, GroupType, List<SchemaMapping.TypeMapping>) - Constructor for class org.apache.parquet.arrow.schema.SchemaMapping.StructTypeMapping
-