Class SystemTableBatchCreator

java.lang.Object
org.apache.drill.exec.store.sys.SystemTableBatchCreator
All Implemented Interfaces:
BatchCreator<SystemTableScan>

public class SystemTableBatchCreator extends Object implements BatchCreator<SystemTableScan>
This class creates batches based on the the type of SystemTable. The distributed tables and the local tables use different record readers. Local system tables do not require a full-fledged query because these records are present on every Drillbit.