Package | Description |
---|---|
org.apache.paimon.format.orc | |
org.apache.paimon.utils |
Modifier and Type | Method and Description |
---|---|
org.apache.paimon.format.orc.OrcReaderFactory.OrcReaderBatch |
OrcReaderFactory.createReaderBatch(Path filePath,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch orcBatch,
Pool.Recycler<org.apache.paimon.format.orc.OrcReaderFactory.OrcReaderBatch> recycler)
Creates the
OrcReaderBatch structure, which is responsible for holding the data
structures that hold the batch data (column vectors, row arrays, ...) and the batch
conversion from the ORC representation to the result format. |
Modifier and Type | Method and Description |
---|---|
Pool.Recycler<T> |
Pool.recycler()
Gets the recycler for this pool.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.