Uses of Class
org.apache.drill.exec.record.selection.SelectionVector2
Packages that use SelectionVector2
Package
Description
Distributed cache for syncing state and data between Drillbits.
Defines a revised implementation of the Drill RecordBatch protocol.
Handles the details of the result set loader implementation.
Provides a set of tools to work with row sets.
Drill storage plugin.
-
Uses of SelectionVector2 in org.apache.drill.exec.cache
Methods in org.apache.drill.exec.cache that return SelectionVector2Modifier and TypeMethodDescriptionVectorAccessibleSerializable.getSv2()
VectorSerializer.Reader.sv2()
Methods in org.apache.drill.exec.cache with parameters of type SelectionVector2Modifier and TypeMethodDescriptionint
VectorSerializer.Writer.write
(VectorAccessible va, SelectionVector2 sv2) int
VectorSerializer.Writer.write
(WritableBatch batch, SelectionVector2 sv2) Constructors in org.apache.drill.exec.cache with parameters of type SelectionVector2ModifierConstructorDescriptionVectorAccessibleSerializable
(WritableBatch batch, SelectionVector2 sv2, BufferAllocator allocator) Creates a wrapper around batch and sv2 for writing to a stream. -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl
Methods in org.apache.drill.exec.physical.impl that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.aggregate
Methods in org.apache.drill.exec.physical.impl.aggregate that return SelectionVector2Modifier and TypeMethodDescriptionSpilledRecordBatch.getSelectionVector2()
InternalBatch.getSv2()
-
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.filter
Methods in org.apache.drill.exec.physical.impl.filter that return SelectionVector2Modifier and TypeMethodDescriptionFilterRecordBatch.getSelectionVector2()
RuntimeFilterRecordBatch.getSelectionVector2()
-
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.limit
Methods in org.apache.drill.exec.physical.impl.limit that return SelectionVector2Modifier and TypeMethodDescriptionLimitRecordBatch.getSelectionVector2()
PartitionLimitRecordBatch.getSelectionVector2()
-
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.orderedpartitioner
Methods in org.apache.drill.exec.physical.impl.orderedpartitioner with parameters of type SelectionVector2Modifier and TypeMethodDescriptionvoid
SampleSortTemplate.setup
(FragmentContext context, VectorContainer sampleBatch, SelectionVector2 vector2) void
SampleSorter.sort
(SelectionVector2 vector2, VectorContainer container) void
SampleSortTemplate.sort
(SelectionVector2 vector2, VectorContainer container) -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.partitionsender
Methods in org.apache.drill.exec.physical.impl.partitionsender that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.protocol
Methods in org.apache.drill.exec.physical.impl.protocol that return SelectionVector2Modifier and TypeMethodDescriptionOperatorRecordBatch.getSelectionVector2()
BatchAccessor.selectionVector2()
IndirectContainerAccessor.selectionVector2()
VectorContainerAccessor.selectionVector2()
Methods in org.apache.drill.exec.physical.impl.protocol with parameters of type SelectionVector2Modifier and TypeMethodDescriptionvoid
IndirectContainerAccessor.setSelectionVector
(SelectionVector2 sv2) -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.sort
Methods in org.apache.drill.exec.physical.impl.sort that return SelectionVector2Methods in org.apache.drill.exec.physical.impl.sort with parameters of type SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.TopN
Methods in org.apache.drill.exec.physical.impl.TopN that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.trace
Methods in org.apache.drill.exec.physical.impl.trace that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.unorderedreceiver
Methods in org.apache.drill.exec.physical.impl.unorderedreceiver that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.validate
Methods in org.apache.drill.exec.physical.impl.validate that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.window
Methods in org.apache.drill.exec.physical.impl.window that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.impl.xsort
Methods in org.apache.drill.exec.physical.impl.xsort that return SelectionVector2Modifier and TypeMethodDescriptionBatchGroup.getSelectionVector2()
ExternalSortBatch.getSelectionVector2()
InputBatch.getSv2()
MergeSortWrapper.getSv2()
PriorityQueueCopierWrapper.BatchMerger.getSv2()
SortImpl.EmptyResults.getSv2()
SortImpl.SingleBatchResults.getSv2()
SortImpl.SortResults.getSv2()
Methods in org.apache.drill.exec.physical.impl.xsort with parameters of type SelectionVector2Modifier and TypeMethodDescriptionvoid
SingleBatchSorter.setup
(FragmentContext context, SelectionVector2 vector2, VectorAccessible incoming) void
SingleBatchSorterTemplate.setup
(FragmentContext context, SelectionVector2 vector2, VectorAccessible incoming) void
SingleBatchSorter.sort
(SelectionVector2 vector2) void
SingleBatchSorterTemplate.sort
(SelectionVector2 vector2) void
SorterWrapper.sortBatch
(VectorContainer convertedBatch, SelectionVector2 sv2) Constructors in org.apache.drill.exec.physical.impl.xsort with parameters of type SelectionVector2ModifierConstructorDescriptionInputBatch
(VectorContainer container, SelectionVector2 sv2, BufferAllocator allocator, long dataSize) -
Uses of SelectionVector2 in org.apache.drill.exec.physical.resultSet.impl
Methods in org.apache.drill.exec.physical.resultSet.impl that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.physical.rowSet
Methods in org.apache.drill.exec.physical.rowSet that return SelectionVector2Modifier and TypeMethodDescriptionDirectRowSet.getSv2()
IndirectRowSet.getSv2()
RowSet.SingleRowSet.getSv2()
Methods in org.apache.drill.exec.physical.rowSet with parameters of type SelectionVector2Modifier and TypeMethodDescriptionstatic IndirectRowSet
IndirectRowSet.fromSv2
(VectorContainer container, SelectionVector2 sv2) Constructors in org.apache.drill.exec.physical.rowSet with parameters of type SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.record
Fields in org.apache.drill.exec.record declared as SelectionVector2Methods in org.apache.drill.exec.record that return SelectionVector2Modifier and TypeMethodDescriptionAbstractRecordBatch.getSelectionVector2()
RecordBatchLoader.getSelectionVector2()
RecordIterator.getSelectionVector2()
SchemalessBatch.getSelectionVector2()
SimpleRecordBatch.getSelectionVector2()
VectorAccessible.getSelectionVector2()
VectorContainer.getSelectionVector2()
Constructors in org.apache.drill.exec.record with parameters of type SelectionVector2ModifierConstructorDescriptionCreate empirical metadata for a record batch given a vector accessible (basically, an iterator over the vectors in the batch) along with a selection vector for those records. -
Uses of SelectionVector2 in org.apache.drill.exec.record.selection
Methods in org.apache.drill.exec.record.selection that return SelectionVector2Modifier and TypeMethodDescriptionSelectionVector2.clone()
SelectionVector2Builder.harvest
(VectorContainer batch) -
Uses of SelectionVector2 in org.apache.drill.exec.store.drill.plugin
Methods in org.apache.drill.exec.store.drill.plugin that return SelectionVector2 -
Uses of SelectionVector2 in org.apache.drill.exec.util
Methods in org.apache.drill.exec.util with parameters of type SelectionVector2Modifier and TypeMethodDescriptionstatic void
BatchPrinter.printBatch
(VectorAccessible batch, SelectionVector2 sv2)