Package | Description |
---|---|
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Method and Description |
---|---|
OrderByExpr |
BigdataExprBuilder.visit(ASTOrderCondition node,
Object data)
Note: Delegate to the
ValueExprBuilder . |
Modifier and Type | Method and Description |
---|---|
List<OrderByExpr> |
BigdataExprBuilder.visit(ASTOrderClause node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Iterator<OrderByExpr> |
OrderByNode.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
OrderByNode.addExpr(OrderByExpr orderBy) |
boolean |
OrderByNode.removeOrderBy(OrderByExpr orderBy) |
Constructor and Description |
---|
OrderByExpr(OrderByExpr op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.