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.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.optimizers |
Constructor and Description |
---|
VerifyAggregates(ProjectionNode projection,
GroupByNode groupBy,
HavingNode having) |
Modifier and Type | Field and Description |
---|---|
ProjectionNode |
BSBMQ5Setup.projection |
Modifier and Type | Method and Description |
---|---|
ProjectionNode |
QueryBase.getProjection() |
ProjectionNode |
QuadsDataOrNamedSolutionSet.getProjection() |
ProjectionNode |
IProjectionDecl.getProjection()
Return the projection -or-
null if there is no projection. |
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.setProjection(ProjectionNode projection) |
void |
QuadsDataOrNamedSolutionSet.setProjection(ProjectionNode projection) |
void |
IProjectionDecl.setProjection(ProjectionNode projection)
Set or clear the projection.
|
Constructor and Description |
---|
ProjectionNode(ProjectionNode op)
Deep copy constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
AST2BOpContext.getDescribeIterationLimit(ProjectionNode projection)
Return the effective iteration limit for a DESCRIBE query.
|
DescribeModeEnum |
AST2BOpContext.getDescribeMode(ProjectionNode projection)
Return the effective
DescribeModeEnum . |
int |
AST2BOpContext.getDescribeStatementLimit(ProjectionNode projection)
Return the effective statement limit for a DESCRIBE query.
|
Modifier and Type | Method and Description |
---|---|
protected ProjectionNode |
AbstractOptimizerTestCase.Helper.projection(AssignmentNode... assignmentNodes)
Return a PROJECTION node.
|
protected ProjectionNode |
AbstractOptimizerTestCase.Helper.projection(VarNode... varNodes)
Return a PROJECTION node.
|
Modifier and Type | Method and Description |
---|---|
protected QueryRoot |
AbstractOptimizerTestCase.Helper.select(ProjectionNode projection,
JoinGroupNode where,
com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.HelperFlag... flags) |
protected SubqueryRoot |
AbstractOptimizerTestCase.Helper.selectSubQuery(ProjectionNode projection,
JoinGroupNode where,
com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.HelperFlag... flags) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.