public final class ParquetSchema extends java.lang.Object implements TableSchema
| Constructor and Description |
|---|
ParquetSchema(org.apache.avro.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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 TableSchemapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2022. All Rights Reserved.