Package eu.stratosphere.examples.scala.relational

Examples of eu.stratosphere.examples.scala.relational.RelationalQuery


  }

  @Override
  protected Plan getTestJob()  {

    RelationalQuery tpch3 = new RelationalQuery();
    return tpch3.getScalaPlan(
        config.getInteger("dop", 1),
        ordersPath,
        lineitemsPath,
        resultPath,
        'F', 1993, "5");
View Full Code Here

TOP

Related Classes of eu.stratosphere.examples.scala.relational.RelationalQuery

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.