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 DirectRowSetDirectRowSet.fromContainer(VectorContainer container) static DirectRowSetDirectRowSet.fromSchema(BufferAllocator allocator, BatchSchema schema) static DirectRowSetDirectRowSet.fromSchema(BufferAllocator allocator, TupleMetadata schema) static DirectRowSetDirectRowSet.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)