Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.engine | |
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultQueryAttributes
Default implementation.
|
Modifier and Type | Method and Description |
---|---|
IQueryAttributes |
IQueryContext.getAttributes()
Return an interface which allows attribute values to be associated with
an
IQueryContext . |
IQueryAttributes |
BOpContext.getQueryAttributes()
Return the
IQueryAttributes associated with this query. |
IQueryAttributes |
BOpContext.getQueryAttributes(UUID queryId)
Return the
IQueryAttributes associated with the specified query. |
Modifier and Type | Method and Description |
---|---|
IQueryAttributes |
MockRunningQuery.getAttributes() |
IQueryAttributes |
AbstractRunningQuery.getAttributes() |
Modifier and Type | Method and Description |
---|---|
IQueryAttributes |
MockQueryContext.getAttributes() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.