Uses of Class
org.apache.drill.exec.physical.impl.sort.RecordBatchData
Packages that use RecordBatchData
Package
Description
-
Uses of RecordBatchData in org.apache.drill.exec.physical.impl.sort
Methods in org.apache.drill.exec.physical.impl.sort with parameters of type RecordBatchData -
Uses of RecordBatchData in org.apache.drill.exec.physical.impl.TopN
Methods in org.apache.drill.exec.physical.impl.TopN with parameters of type RecordBatchDataModifier and TypeMethodDescriptionvoidPriorityQueue.add(RecordBatchData batch) The elements in the given batch are added to the priority queue.voidPriorityQueueTemplate.add(RecordBatchData batch) -
Uses of RecordBatchData in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return types with arguments of type RecordBatchDataModifier and TypeMethodDescriptionMap<com.google.common.collect.Range<Long>, RecordBatchData> RecordIterator.cachedBatches()