Uses of Interface
org.apache.drill.exec.physical.impl.partitionsender.PartitionOutgoingBatch
-
Uses of PartitionOutgoingBatch in org.apache.drill.exec.physical.impl.partitionsender
Modifier 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 partitionerModifier and TypeMethodDescriptionList<? extends PartitionOutgoingBatch>
Partitioner.getOutgoingBatches()
List<? extends PartitionOutgoingBatch>
PartitionerTemplate.getOutgoingBatches()