Package | Description |
---|---|
com.bigdata.rdf.sparql.ast.hints |
Query hints are specified at the SPARQL layer using magic predicates.
|
Modifier and Type | Method and Description |
---|---|
static QueryHintScope |
QueryHintScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryHintScope |
QueryHintScope.valueOf(org.openrdf.model.URI uri) |
static QueryHintScope[] |
QueryHintScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryHint._setAnnotation(IEvaluationContext ctx,
QueryHintScope scope,
ASTBase op,
String name,
T value)
Set an annotation on the AST node.
|
protected void |
AbstractQueryHint._setQueryHint(IEvaluationContext ctx,
QueryHintScope scope,
ASTBase op,
String name,
T value)
Set the query hint.
|
void |
BasicBooleanQueryHint.handle(AST2BOpContext context,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
Boolean value) |
void |
BasicDoubleQueryHint.handle(AST2BOpContext context,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
Double value) |
void |
AbstractChunkSizeHint.handle(AST2BOpContext context,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
Integer value) |
void |
BasicIntQueryHint.handle(AST2BOpContext context,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
Integer value) |
void |
BasicLongQueryHint.handle(AST2BOpContext context,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
Long value) |
void |
OptimizerQueryHint.handle(AST2BOpContext ctx,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
QueryOptimizerEnum value) |
void |
BasicStringQueryHint.handle(AST2BOpContext context,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
String value) |
void |
IQueryHint.handle(AST2BOpContext ctx,
QueryRoot queryRoot,
QueryHintScope scope,
ASTBase op,
T value)
Handle the query hint.
|
Constructor and Description |
---|
QueryHintException(QueryHintScope scope,
ASTBase op,
String name,
Object value) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.