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