Examples of RelationalQuery


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
Copyright © 2018 www.massapi.com. 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.