Package org.apache.drill.exec.store.hive.readers.inspectors


package org.apache.drill.exec.store.hive.readers.inspectors
  • Classes
    Class
    Description
    Parent class for records inspectors which responsible for counting of processed records and managing free and used value holders.
    To implement skip footer logic this records inspector will buffer N number of incoming read records in queue and make sure they are skipped when input is fully processed.