public static interface ASTBase.Annotations extends BOp.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
EXPLAIN_HINTS
An optional
ExplainHints object specifying hints to be
exposed to the user when requesting an explanation of the query. |
static String |
QUERY_HINTS
An optional
Properties object specifying query hints which
apply to this AST node. |
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUT
static final String QUERY_HINTS
Properties
object specifying query hints which
apply to this AST node.
The relationship between SPARQL level query hints, the annotations on
the ASTBase
and PipelineOp
nodes is a bit complex,
and this Properties
object is a bit complex. Briefly, this
Properties
object contains property values which will be
applied (copied) onto generated PipelineOp
s while annotations
on the ASTBase
nodes are interpreted by IASTOptimizer
s and AST2BOpUtility
. SPARQL level query hints map into one
or another of these things, or may directly set attributes on the
AST2BOpContext
.
static final String EXPLAIN_HINTS
ExplainHints
object specifying hints to be
exposed to the user when requesting an explanation of the query.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.