Interface IExecutionContext
public interface IExecutionContext
Definition of a execution context.
-
Method Summary
Modifier and TypeMethodDescriptionReturn expression factoryReturn the current sessionReturn the statement contextgetVariableValue(String name) Return value of provided variable name.Return vector builder factory from 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
Return value of provided variable name.
-