Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
DatasetNode |
DeleteInsertGraph.getDataset() |
DatasetNode |
QueryRoot.getDataset() |
DatasetNode |
IDataSetNode.getDataset()
Return the dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteInsertGraph.setDataset(DatasetNode dataset)
Set the dataset.
|
void |
QueryRoot.setDataset(DatasetNode dataset) |
void |
IDataSetNode.setDataset(DatasetNode dataset)
Set the dataset.
|
Constructor and Description |
---|
DatasetNode(DatasetNode op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Modifier and Type | Method and Description |
---|---|
PipelineOp |
IExternalAST2BOp.fastRangeCountJoin(PipelineOp left,
List<NV> anns,
Predicate<?> pred,
DatasetNode dataset,
Long cutoffLimitIsIgnored,
VarNode fastRangeCountVar,
Properties queryHints,
AST2BOpContext ctx)
Use a
FastRangeCountOp . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.