public class BigdataParsedUpdate
extends org.openrdf.query.parser.ParsedUpdate
ParsedUpdate
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 BigdataParsedUpdate
.
Bigdata uses an entirely different model to represent the parsed query,
different optimizers to rewrite the parsed query, and different operations to
evaluate the ParsedUpdate
.Constructor and Description |
---|
BigdataParsedUpdate(ASTContainer astContainer) |
BigdataParsedUpdate(org.openrdf.query.algebra.TupleExpr tupleExpr)
Unsupported operation.
|
BigdataParsedUpdate(org.openrdf.query.algebra.TupleExpr tupleExpr,
org.openrdf.query.Dataset dataset)
Unsupported operation.
|
Modifier and Type | Method and Description |
---|---|
ASTContainer |
getASTContainer()
The
ASTContainer . |
public BigdataParsedUpdate(ASTContainer astContainer)
public BigdataParsedUpdate(org.openrdf.query.algebra.TupleExpr tupleExpr)
public BigdataParsedUpdate(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.