Class ColumnReaderFactory
java.lang.Object
org.apache.drill.exec.vector.accessor.reader.ColumnReaderFactory
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BaseScalarReader
static <T> T
newAccessor
(TypeProtos.MinorType type, Class<? extends T>[] accessors)
-
Constructor Details
-
ColumnReaderFactory
public ColumnReaderFactory()
-
-
Method Details
-
buildColumnReader
-
newAccessor
-