Package org.apache.drill.exec.planner.sql.handlers

Examples of org.apache.drill.exec.planner.sql.handlers.SimpleCommandResult


public class DirectPlan {
  static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(DirectPlan.class);


  public static PhysicalPlan createDirectPlan(QueryContext context, boolean result, String message){
    return createDirectPlan(context, new SimpleCommandResult(result, message));
  }
View Full Code Here

TOP

Related Classes of org.apache.drill.exec.planner.sql.handlers.SimpleCommandResult

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.