Uses of Class
org.apache.drill.exec.physical.rowSet.DirectRowSet
Packages that use DirectRowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of DirectRowSet in org.apache.drill.exec.physical.rowSet
Methods in org.apache.drill.exec.physical.rowSet that return DirectRowSetModifier and TypeMethodDescriptionstatic DirectRowSet
DirectRowSet.fromContainer
(VectorContainer container) static DirectRowSet
DirectRowSet.fromSchema
(BufferAllocator allocator, BatchSchema schema) static DirectRowSet
DirectRowSet.fromSchema
(BufferAllocator allocator, TupleMetadata schema) static DirectRowSet
DirectRowSet.fromVectorAccessible
(BufferAllocator allocator, VectorAccessible va) Methods in org.apache.drill.exec.physical.rowSet with parameters of type DirectRowSetModifier and TypeMethodDescriptionDirectRowSet.RowSetWriterBuilder.buildWriter
(DirectRowSet rowSet) Constructors in org.apache.drill.exec.physical.rowSet with parameters of type DirectRowSetModifierConstructorDescriptionIndirectRowSet
(DirectRowSet directRowSet, Set<Integer> skipIndices)