public class BulkedExternalInnerJoin extends Object implements PlanNode
| Constructor and Description |
|---|
BulkedExternalInnerJoin(PlanNode leftNode,
NotifyingSailConnection baseSailConnection,
String query) |
BulkedExternalInnerJoin(PlanNode leftNode,
Repository repository,
IRI predicate) |
BulkedExternalInnerJoin(PlanNode leftNode,
Repository repository,
String query) |
| Modifier and Type | Method and Description |
|---|---|
int |
depth() |
CloseableIteration<Tuple,SailException> |
iterator() |
public BulkedExternalInnerJoin(PlanNode leftNode, Repository repository, String query)
public BulkedExternalInnerJoin(PlanNode leftNode, Repository repository, IRI predicate)
public BulkedExternalInnerJoin(PlanNode leftNode, NotifyingSailConnection baseSailConnection, String query)
public CloseableIteration<Tuple,SailException> iterator()
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.