Package | Description |
---|---|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.optimizers |
Modifier and Type | Method and Description |
---|---|
PathNode |
PropertyPathNode.p()
The property path (required).
|
Constructor and Description |
---|
PathNode(PathNode op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
PropertyPathNode(TermNode s,
PathNode p,
TermNode o)
A triple pattern.
|
PropertyPathNode(TermNode s,
PathNode p,
TermNode o,
TermNode c,
org.openrdf.query.algebra.StatementPattern.Scope scope)
A quad pattern.
|
Modifier and Type | Method and Description |
---|---|
protected PathNode |
AbstractOptimizerTestCase.Helper.pathNode(String pattern)
This method is only implemented in part.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.