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.
|
Constructor and Description |
---|
VerifyAggregates(ProjectionNode projection,
GroupByNode groupBy,
HavingNode having) |
Modifier and Type | Method and Description |
---|---|
HavingNode |
QueryBase.getHaving()
Return the
HavingNode -or- null if there is none. |
Modifier and Type | Method and Description |
---|---|
static boolean |
StaticAnalysis.isAggregate(ProjectionNode projection,
GroupByNode groupBy,
HavingNode having)
Return
true if any of the ProjectionNode ,
GroupByNode , or HavingNode indicate that this is an
aggregation query. |
void |
QueryBase.setHaving(HavingNode having)
Set or clear the
HavingNode . |
Constructor and Description |
---|
HavingNode(HavingNode op)
Deep copy constructor.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.