Uses of Interface
org.apache.drill.exec.physical.rowSet.RowSetReader
Packages that use RowSetReader
Package
Description
Provides a second-generation row set (AKA "record batch") writer used
by client code to
Define the schema of a result set.
Write data into the vectors backing a row set.
Handles the details of the result set loader implementation.
Provides a set of tools to work with row sets.
-
Uses of RowSetReader in org.apache.drill.exec.physical.resultSet
Methods in org.apache.drill.exec.physical.resultSet that return RowSetReader -
Uses of RowSetReader in org.apache.drill.exec.physical.resultSet.impl
Fields in org.apache.drill.exec.physical.resultSet.impl declared as RowSetReaderMethods in org.apache.drill.exec.physical.resultSet.impl that return RowSetReader -
Uses of RowSetReader in org.apache.drill.exec.physical.rowSet
Classes in org.apache.drill.exec.physical.rowSet that implement RowSetReaderMethods in org.apache.drill.exec.physical.rowSet that return RowSetReaderModifier and TypeMethodDescriptionprotected RowSetReaderAbstractSingleRowSet.buildReader(ReaderIndex rowIndex) Internal method to build the set of column readers needed for this row set.DirectRowSet.reader()HyperRowSetImpl.reader()IndirectRowSet.reader()RowSet.reader() -
Uses of RowSetReader in org.apache.drill.exec.server.rest.stream
Methods in org.apache.drill.exec.server.rest.stream with parameters of type RowSetReaderModifier and TypeMethodDescriptionvoidStreamingHttpConnection.emitBatch(RowSetReader batchReader)