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 |
---|---|
RangeNode |
StatementPatternNode.getRange() |
Modifier and Type | Method and Description |
---|---|
void |
StatementPatternNode.setRange(RangeNode range)
Attach a
RangeNode that describes a range for the statement
pattern's O value. |
Constructor and Description |
---|
RangeNode(RangeNode bop) |
Modifier and Type | Method and Description |
---|---|
static RangeBOp |
ASTRangeOptimizer.toRangeBOp(BOpContextBase context,
RangeNode range,
GlobalAnnotations globals)
Public static facilitates the test cases.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.