Class VectorizedTableScanIterable

    • Constructor Detail

      • VectorizedTableScanIterable

        public VectorizedTableScanIterable​(TableScan scan)
        Create a new instance using default values for batchSize and reuseContainers. The batchSize is set to BATCH_SIZE_IN_NUM_ROWS and reuseContainers is set to false.
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Description copied from class: CloseableGroup
        Close all the registered resources. Close method of each resource will only be called once. Checked exception from AutoCloseable will be wrapped to runtime exception.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class CloseableGroup
        Throws:
        java.io.IOException