Use QueryRunnerFactory.mergeRunners(QueryProcessingPool, Iterable) instead.
Runners generated with createRunner() and combined into an Iterable in (time,shardId) order are passed
along to this method with an ExecutorService. The method should then return a QueryRunner that,
when asked, will use the ExecutorService to run the base QueryRunners in some fashion.
The vast majority of the time, this should be implemented with ChainedExecutionQueryRunner:
return new ChainedExecutionQueryRunner<>(queryExecutor, toolChest.getOrdering(), queryWatcher, queryRunners);
Which will allow for parallel execution up to the maximum number of processing threads allowed.
This method is marked as deprecated in DimensionSelector to minimize the probability of accidental
calling. "Polymorphism" of DimensionSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in DimensionSelector to minimize the probability of accidental
calling. "Polymorphism" of DimensionSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in DimensionSelector to minimize the probability of accidental
calling. "Polymorphism" of DimensionSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in DoubleColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of DoubleColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in DoubleColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of DoubleColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in DoubleColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of DoubleColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in DoubleColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of DoubleColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in FloatColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of FloatColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in FloatColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of FloatColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in FloatColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of FloatColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in FloatColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of FloatColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of LongColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of LongColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of LongColumnSelector should be used only when operating on ColumnValueSelector
objects.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidental
calling. "Polymorphism" of LongColumnSelector should be used only when operating on ColumnValueSelector
objects.