Interface IExecutionContext


public interface IExecutionContext
Definition of a execution context.
  • Method Details

    • getSession

      IQuerySession getSession()
      Return the current session
    • getVectorFactory

      IVectorFactory getVectorFactory()
      Return vector builder factory from context
    • getStatementContext

      IStatementContext getStatementContext()
      Return the statement context
    • getExpressionFactory

      IExpressionFactory getExpressionFactory()
      Return expression factory
    • getVariableValue

      ValueVector getVariableValue(String name)
      Return value of provided variable name.