Package org.apache.drill.exec.planner.physical

Examples of org.apache.drill.exec.planner.physical.ComplexToJsonPrel


    return prel.accept(INSTANCE, null);
  }

  @Override
  public Prel visitScreen(ScreenPrel prel, Void value) throws RuntimeException {
    return prel.copy(prel.getTraitSet(), Collections.singletonList((RelNode)new ComplexToJsonPrel((Prel)prel.getChild())));
  }
View Full Code Here

TOP

Related Classes of org.apache.drill.exec.planner.physical.ComplexToJsonPrel

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.