Package lupos.distributed.query.operator.histogramsubmission

Examples of lupos.distributed.query.operator.histogramsubmission.QueryClientIndexScanWithHistogramSubmission


    return new QueryClientRootWithHistogramSubmission(dataset, this.histogramExecutor);
  }

  @Override
  public BasicIndexScan createIndexScan(final Root root, final Collection<TriplePattern> triplePatterns) {
    return new QueryClientIndexScanWithHistogramSubmission((QueryClientRootWithHistogramSubmission) root, triplePatterns);
  }
View Full Code Here

TOP

Related Classes of lupos.distributed.query.operator.histogramsubmission.QueryClientIndexScanWithHistogramSubmission

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.