public class BigdataParsedQuery
extends org.openrdf.query.parser.ParsedQuery
ParsedQuery
for API compliance with QueryParser
but DOES NOT support ANY aspect of the QueryParser
API. All data
pertaining to the parsed query is reported by getASTContainer()
.
There is NO TupleExpr
associated with the BigdataParsedQuery
.
Bigdata uses an entirely different model to represent the parsed query,
different optimizers to rewrite the parsed query, and different operations to
evaluate the ParsedQuery
.Constructor and Description |
---|
BigdataParsedQuery(ASTContainer astContainer) |
BigdataParsedQuery(org.openrdf.query.algebra.TupleExpr tupleExpr)
Unsupported operation.
|
BigdataParsedQuery(org.openrdf.query.algebra.TupleExpr tupleExpr,
org.openrdf.query.Dataset dataset)
Unsupported operation.
|
Modifier and Type | Method and Description |
---|---|
ASTContainer |
getASTContainer()
The
ASTContainer . |
public BigdataParsedQuery(ASTContainer astContainer)
public BigdataParsedQuery(org.openrdf.query.algebra.TupleExpr tupleExpr)
public BigdataParsedQuery(org.openrdf.query.algebra.TupleExpr tupleExpr, org.openrdf.query.Dataset dataset)
public ASTContainer getASTContainer()
ASTContainer
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.