8889909192939495
@Override public Root createRoot() { if(this.histogramExecutor == null) { return new QueryClientRoot(this.dataset); } else { return new QueryClientRootWithHistogramSubmission(this.dataset, this.histogramExecutor); } }
44454647484950
this.histogramExecutor = histogramExecutor; } @Override public Root createRoot(final Dataset dataset) { return new QueryClientRootWithHistogramSubmission(dataset, this.histogramExecutor); }