Uses of Interface
org.apache.drill.exec.physical.impl.partitionsender.PartitionOutgoingBatch
Packages that use PartitionOutgoingBatch
-
Uses of PartitionOutgoingBatch in org.apache.drill.exec.physical.impl.partitionsender
Classes in org.apache.drill.exec.physical.impl.partitionsender that implement PartitionOutgoingBatchMethods in org.apache.drill.exec.physical.impl.partitionsender that return PartitionOutgoingBatchModifier and TypeMethodDescriptionPartitioner.getOutgoingBatch
(int index) Get PartitionOutgoingBatch based on the fact that there can be > 1 PartitionerPartitionerTemplate.getOutgoingBatch
(int index) PartitionerDecorator.getOutgoingBatches
(int index) Helper method to get PartitionOutgoingBatch based on the index since we may have more then one Partitioner As number of Partitioners should be very small AND this method it used very rarely, so it is OK to loop in order to find right partitionerMethods in org.apache.drill.exec.physical.impl.partitionsender that return types with arguments of type PartitionOutgoingBatchModifier and TypeMethodDescriptionList<? extends PartitionOutgoingBatch>
Partitioner.getOutgoingBatches()
List<? extends PartitionOutgoingBatch>
PartitionerTemplate.getOutgoingBatches()