Uses of Class
org.apache.drill.exec.physical.rowSet.DirectRowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of DirectRowSet in org.apache.drill.exec.physical.rowSet
Modifier 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) Modifier and TypeMethodDescriptionDirectRowSet.RowSetWriterBuilder.buildWriter
(DirectRowSet rowSet) ModifierConstructorDescriptionIndirectRowSet
(DirectRowSet directRowSet, Set<Integer> skipIndices)