Class VectorizedTableScanIterable

java.lang.Object
org.apache.iceberg.io.CloseableGroup
org.apache.iceberg.arrow.vectorized.VectorizedTableScanIterable
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<ColumnarBatch>, CloseableIterable<ColumnarBatch>

public class VectorizedTableScanIterable extends CloseableGroup implements CloseableIterable<ColumnarBatch>
A vectorized implementation of the Iceberg reader that iterates over the table scan. See ArrowReader for details.