Package | Description |
---|---|
com.bigdata.bop.joinGraph.rto |
Modifier and Type | Method and Description |
---|---|
Vertex |
JGraph.getVertex(int bopId)
|
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
Path.getVertices()
Return the vertices in this path (in path order).
|
List<Vertex> |
JGraph.getVertices() |
Modifier and Type | Method and Description |
---|---|
Path |
Path.addEdge(QueryEngine queryEngine,
JoinGraph joinGraph,
int limit,
Vertex vnew,
IConstraint[] constraints,
boolean pathIsComplete)
Add an edge to a path, computing the estimated cardinality of the new
path, and returning the new path.
|
boolean |
Path.contains(Vertex v)
|
Constructor and Description |
---|
Path(Vertex v0,
Vertex v1,
EdgeSample edgeSample)
Create a path from a single edge.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.