Package | Description |
---|---|
com.bigdata.bop.controller |
This package provides operators for subquery, including UNION, STEPS,
and STAR (transitive closure).
|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
com.bigdata.bop.join | |
com.bigdata.relation.rule.eval.pipeline |
This package implements a pipeline join.
|
Modifier and Type | Method and Description |
---|---|
protected ThickAsynchronousIterator<IBindingSet[]> |
AbstractSubqueryTestCase.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single,
empty IBindingSet . |
protected ThickAsynchronousIterator<IBindingSet[]> |
AbstractSubqueryTestCase.newBindingSetIterator(IBindingSet[] bindingSets)
Return an
IAsynchronousIterator that will read a single, chunk
containing all of the specified IBindingSet s. |
protected ThickAsynchronousIterator<IBindingSet[]> |
AbstractSubqueryTestCase.newBindingSetIterator(IBindingSet[][] bindingSetChunks)
Return an
IAsynchronousIterator that will read a single, chunk
containing all of the specified IBindingSet s. |
Modifier and Type | Method and Description |
---|---|
protected ThickAsynchronousIterator<IBindingSet[]> |
TestRunState.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single,
empty IBindingSet . |
protected ThickAsynchronousIterator<IBindingSet[]> |
TestQueryEngine_DistinctOp.newBindingSetIterator(IBindingSet[][] bindingSetChunks)
Return an
IAsynchronousIterator that will read a single, chunk
containing all of the specified IBindingSet s. |
protected ThickAsynchronousIterator<IBindingSet[]> |
TestQueryEngine_Slice.newBindingSetIterator(IBindingSet[][] bindingSetChunks)
Return an
IAsynchronousIterator that will read a single, chunk
containing all of the specified IBindingSet s. |
protected ThickAsynchronousIterator<IBindingSet[]> |
TestQueryEngine_GroupByOp.newBindingSetIterator(IBindingSet[][] bindingSetChunks)
Return an
IAsynchronousIterator that will read a single, chunk
containing all of the specified IBindingSet s. |
Modifier and Type | Method and Description |
---|---|
protected ThickAsynchronousIterator<IBindingSet[]> |
TestRemoteAccessPath.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single,
empty IBindingSet . |
Modifier and Type | Method and Description |
---|---|
protected ThickAsynchronousIterator<IBindingSet[]> |
TestDistinctTermScanOp.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single
IBindingSet . |
protected ThickAsynchronousIterator<IBindingSet[]> |
AbstractHashJoinOpTestCase.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single
IBindingSet . |
protected ThickAsynchronousIterator<IBindingSet[]> |
TestFastRangeCountOp.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single
IBindingSet . |
protected ThickAsynchronousIterator<IBindingSet[]> |
TestPipelineJoin.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single
IBindingSet . |
Modifier and Type | Method and Description |
---|---|
protected ThickAsynchronousIterator<IBindingSet[]> |
JoinMasterTask.newBindingSetIterator(IBindingSet bindingSet)
Return an
IAsynchronousIterator that will read a single
IBindingSet . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.