MergeSortProcessor implements Processor
FinalYes
Interfaces
- Processor
Methods
- __construct() : mixed
- process() : Generator
Methods
__construct()
public
__construct(References $refs, Buckets $buckets, RandomValueGenerator $random[, int<1, max> $mergeFanIn = 10 ][, int<1, max> $batchSize = 1000 ]) : mixed
Parameters
- $refs : References
- $buckets : Buckets
- $random : RandomValueGenerator
- $mergeFanIn : int<1, max> = 10
- $batchSize : int<1, max> = 1000
process()
public
process(Generator $rows, FlowContext $context) : Generator
Parameters
- $rows : Generator
- $context : FlowContext