Package | Description |
---|---|
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 |
---|---|
OrderByNode |
QueryBase.getOrderBy()
Return the order by clause -or-
null if there is no order
by. |
Modifier and Type | Method and Description |
---|---|
void |
QueryBase.setOrderBy(OrderByNode orderBy)
Set or clear the
OrderByNode . |
Constructor and Description |
---|
OrderByNode(OrderByNode op)
Deep copy constructor.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.