Uses of Interface
org.apache.drill.exec.vector.accessor.TupleReader
Package
Description
Provides a set of tools to work with row sets.
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
Provides the reader hierarchy as explained in the API package.
-
Uses of TupleReader in org.apache.drill.exec.physical.resultSet.util
-
Uses of TupleReader in org.apache.drill.exec.physical.rowSet
Modifier and TypeInterfaceDescriptioninterface
Reader for all types of row sets: those with or without a selection vector. -
Uses of TupleReader in org.apache.drill.exec.vector.accessor
-
Uses of TupleReader in org.apache.drill.exec.vector.accessor.reader
Modifier and TypeClassDescriptionclass
Reader for a tuple (a row or a map.) Provides access to each column using either a name or a numeric index.class
Reader for a Dict entry.class
Reader for a Drill Map type.