86878889909192939495
} @Override public Root createRoot() { if(this.histogramExecutor == null) { return new QueryClientRoot(this.dataset); } else { return new QueryClientRootWithHistogramSubmission(this.dataset, this.histogramExecutor); } }
37383940414243
*/ public class QueryClientOperatorCreator implements IOperatorCreator { @Override public Root createRoot(final Dataset dataset) { return new QueryClientRoot(dataset); }