| 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 | Class and Description |
|---|---|
class |
PropertyPathUnionNode
This node is purely to trick the ASTJoinOrderByTypeOptimizer - we need to
keep the property path stuff in the right order, even the UNIONs.
|
| Modifier and Type | Method and Description |
|---|---|
UnionNode |
UnionNode.addChild(JoinGroupNode child) |
| Constructor and Description |
|---|
UnionNode(UnionNode op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode). |
| Modifier and Type | Method and Description |
|---|---|
protected UnionNode |
AbstractOptimizerTestCase.Helper.unionNode(Object... statements) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.