public class CBD extends Object
ASTDescribeOptimizer
,
ASTConstructIterator
Constructor and Description |
---|
CBD(AbstractTripleStore store,
DescribeModeEnum describeMode,
int describeIterationLimit,
int describeStatementLimit,
Map<String,BigdataBNode> bnodes) |
public CBD(AbstractTripleStore store, DescribeModeEnum describeMode, int describeIterationLimit, int describeStatementLimit, Map<String,BigdataBNode> bnodes)
store
- The AbstractTripleStore
.describeMode
- The DescribeModeEnum
specifying how to evaluate the
DESCRIBE query.describeIterationLimit
- The limit on the #of iterations (iff the statement limit is
also reached) -or- ZERO (0) for no limit.describeStatementLimit
- The limit on the #of statements (iff the iteration limit is
also reached) -or- ZERO (0) for no limit..bnodes
- A mapping that is used to preserve a consistent assignment
from blank node IDs to BigdataBNode
s scoped to the
subgraph reported by the top-level DESCRIBE query.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.