| Modifier and Type | Method and Description |
|---|---|
SchemaMapping |
SchemaConverter.fromArrow(org.apache.arrow.vector.types.pojo.Schema arrowSchema)
Creates a Parquet Schema from an Arrow one and returns the mapping
|
SchemaMapping |
SchemaConverter.fromParquet(MessageType parquetSchema)
Creates an Arrow Schema from an Parquet one and returns the mapping
|
SchemaMapping |
SchemaConverter.map(org.apache.arrow.vector.types.pojo.Schema arrowSchema,
MessageType parquetSchema)
Maps a Parquet and Arrow Schema
For now does not validate primitive type compatibility
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.