| Constructor and Description |
|---|
OrcRow(OrcSchema schema,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
int position,
java.util.List<java.lang.String> fieldNames)
Constructor for OrcRow.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getColumn(java.lang.String column) |
ParquetRow |
toParquet() |
public OrcRow(OrcSchema schema, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch, int position, java.util.List<java.lang.String> fieldNames)
schema - the schemabatch - the vectorized row batchposition - the row position inside the vectorized row batchfieldNames - ordered list of field namespublic ParquetRow toParquet() throws java.io.IOException
Copyright © 2022. All Rights Reserved.