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