Class ClassicScanBuilder

java.lang.Object
org.apache.drill.exec.store.dfs.easy.ClassicScanBuilder

public class ClassicScanBuilder extends Object
Build the original scanner based on the RecordReader interface. Requires that the storage plugin roll its own solutions for null columns. Is not able to limit vector or batch sizes. Retained or backward compatibility with "classic" format plugins which have not yet been upgraded to use the new framework.