Package | Description |
---|---|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRunningQuery
Non-Remote interface exposing a limited set of the state of an executing
query.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRunningQuery
Abstract base class for various
IRunningQuery implementations. |
class |
ChunkedRunningQuery
IRunningQuery implementation based on the assignment of
IChunkMessage (s) to an operator task. |
class |
MockRunningQuery
Mock object.
|
Constructor and Description |
---|
LocalNativeChunkMessage(IQueryClient queryController,
UUID queryId,
int bopId,
int partitionId,
IQueryContext queryContext,
IBindingSet[] bsets) |
LocalNativeChunkMessage(IQueryClient queryController,
UUID queryId,
int bopId,
int partitionId,
IQueryContext queryContext,
IBindingSet[][] bindingSetChunks) |
MockRunningQuery(IBigdataFederation<?> fed,
IIndexManager indexManager,
IQueryContext queryContext) |
Modifier and Type | Class and Description |
---|---|
class |
FederatedRunningQuery
Extends
ChunkedRunningQuery to provide additional state and logic
required to support distributed query evaluation against an
IBigdataFederation . |
Modifier and Type | Class and Description |
---|---|
class |
MockQueryContext |
Modifier and Type | Field and Description |
---|---|
protected IQueryContext |
AbstractAggregationTestCase.queryContext
The
IQueryContext - operators which require access to the
IMemoryManager MUST explicitly setup and tear down this field. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.