public interface IQueryContext
| Modifier and Type | Method and Description |
|---|---|
IQueryAttributes |
getAttributes()
Return an interface which allows attribute values to be associated with
an
IQueryContext. |
IMemoryManager |
getMemoryManager()
Return the
IMemoryManager which may be used to buffer data on
high level data structures, such as the HTree, for this query. |
UUID |
getQueryId()
The unique identifier for the query.
|
UUID getQueryId()
IMemoryManager getMemoryManager()
IMemoryManager which may be used to buffer data on
high level data structures, such as the HTree, for this query.
Each operator in the query should in general create its own child
IMemoryManager. While the overall IMemoryManager context
associated with a query will be released when the query terminates,
operators which create child IMemoryManager contexts are
responsible for releasing their IMemoryManager in a timely
fashion when the operator has finished its evaluation.IQueryAttributes getAttributes()
IQueryContext.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.