Class SortImpl.SingleBatchResults

java.lang.Object
org.apache.drill.exec.physical.impl.xsort.SortImpl.SingleBatchResults
All Implemented Interfaces:
SortImpl.SortResults
Enclosing class:
SortImpl

public static class SortImpl.SingleBatchResults extends Object implements SortImpl.SortResults
Return results for a single input batch. No merge is needed; the original (sorted) input batch is simply passed as the result. Note that this version requires replacing the operator output container with the batch container. (Vector ownership transfer was already done when accepting the input batch.)