Class ColumnReaderFactory

java.lang.Object
org.apache.drill.exec.vector.accessor.reader.ColumnReaderFactory

public class ColumnReaderFactory extends Object
Gather generated reader classes into a set of class tables to allow rapid run-time creation of readers. Builds the reader and its object reader wrapper which binds the vector to the reader.
  • Constructor Details

    • ColumnReaderFactory

      public ColumnReaderFactory()
  • Method Details