Package org.teiid.query.processor

Examples of org.teiid.query.processor.DdlPlan


  public ProcessorPlan optimize(Command command, IDGenerator idGenerator,
      QueryMetadataInterface metadata, CapabilitiesFinder capFinder,
      AnalysisRecord analysisRecord, CommandContext context)
      throws QueryPlannerException, QueryMetadataException,
      TeiidComponentException {
    return new DdlPlan(command);
  }
View Full Code Here

TOP

Related Classes of org.teiid.query.processor.DdlPlan

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.