public class OrcSchema extends Object implements TableSchema
Constructor and Description |
---|
OrcSchema(org.apache.orc.Reader reader)
Default constructor for OrcSchema.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<FieldSchema> |
getAlluxioSchema() |
org.apache.avro.Schema |
getWriteSchema() |
ParquetSchema |
toParquet() |
public OrcSchema(org.apache.orc.Reader reader) throws IOException
reader
- the orc readerIOException
public ParquetSchema toParquet()
toParquet
in interface TableSchema
public ArrayList<FieldSchema> getAlluxioSchema()
public org.apache.avro.Schema getWriteSchema()
Copyright © 2023. All Rights Reserved.