public OrcRow(OrcSchema schema, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch, int position, List<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 IOException
toParquet
in interface TableRow
IOException
- when failed to transform to parquetCopyright © 2023. All Rights Reserved.