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 | Field and Description |
---|---|
static DescribeModeEnum |
QueryHints.DEFAULT_DESCRIBE_MODE |
Modifier and Type | Method and Description |
---|---|
DescribeModeEnum |
ProjectionNode.getDescribeMode()
Return the
DescribeModeEnum that will be used to evaluate a
DESCRIBE query. |
static DescribeModeEnum |
DescribeModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribeModeEnum[] |
DescribeModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectionNode.setDescribeMode(DescribeModeEnum describeMode)
Set the
DescribeModeEnum that will be used to evaluate a DESCRIBE
query. |
Modifier and Type | Method and Description |
---|---|
DescribeModeEnum |
AST2BOpContext.getDescribeMode(ProjectionNode projection)
Return the effective
DescribeModeEnum . |
Constructor and Description |
---|
CBD(AbstractTripleStore store,
DescribeModeEnum describeMode,
int describeIterationLimit,
int describeStatementLimit,
Map<String,BigdataBNode> bnodes) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.