Interface QueryProcContext

All Known Subinterfaces:
ExecutionContext

public interface QueryProcContext
  • Method Details

    • getFederationAccessMgr

      FederationAccessManager getFederationAccessMgr()
    • getFederationCatalog

      FederationCatalog getFederationCatalog()
    • getExecutorServiceForPlanTasks

      ExecutorService getExecutorServiceForPlanTasks()
    • isExperimentRun

      boolean isExperimentRun()
      Returns true if the query execution process is done as part of an experiment, in which case additional statistics need to be produced.
    • skipExecution

      boolean skipExecution()
      Returns true if the user requested to skip the actual query execution. In this case, the query processor can stop after query planning.