Class ExecutionContext

  • All Implemented Interfaces:
    FunctionEnv

    public class ExecutionContext
    extends java.lang.Object
    implements FunctionEnv
    • Method Detail

      • openIterator

        public void openIterator​(QueryIterator qIter)
      • closedIterator

        public void closedIterator​(QueryIterator qIter)
      • listOpenIterators

        public java.util.Iterator<QueryIterator> listOpenIterators()
      • listAllIterators

        public java.util.Iterator<QueryIterator> listAllIterators()
      • setExecutor

        public void setExecutor​(OpExecutorFactory executor)
        Setter for the policy for algebra expression evaluation - use with care
      • getActiveGraph

        public Graph getActiveGraph()
        Return the active graph (the one matching is against at this point in the query. May be null if unknown or not applicable - for example, doing quad store access or when sorting
        Specified by:
        getActiveGraph in interface FunctionEnv