public final class ParquetSchema extends Object implements TableSchema
Constructor and Description |
---|
ParquetSchema(org.apache.avro.Schema schema) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.apache.avro.Schema |
getSchema() |
int |
hashCode() |
ParquetSchema |
toParquet() |
public ParquetSchema(org.apache.avro.Schema schema)
schema
- the table schema in Avro formatpublic org.apache.avro.Schema getSchema()
public ParquetSchema toParquet()
toParquet
in interface TableSchema
Copyright © 2023. All Rights Reserved.