public static interface ASTContainer.Annotations extends QueryBase.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
OPTIMIZED_AST
The AST as rewritten by the
IASTOptimizer s. |
static String |
OPTIMIZED_AST_BINDING_SETS
The incoming binding set associated with the query plan, as
resulting from the query optimization phase.
|
static String |
ORIGINAL_AST
The AST as received from the parser.
|
static String |
PARSE_TREE
The parse tree generated from the query string (optional).
|
static String |
QUERY_PARSE_TIME
The parsing time for the query (nanoseconds).
|
static String |
QUERY_PLAN
The physical query plan (pipeline bops).
|
static String |
QUERY_STRING
The original query from which this AST was generated.
|
static String |
RESOLVE_VALUES_TIME
The time to batch resolve RDF
Value s in the query to
BigdataValue s in the database (nanoseconds). |
static String |
RESOLVED
Flag which indicates completed resolution of IVs.
|
BINDINGS_CLAUSE, CONSTRUCT, DEFAULT_INCLUDE_INFERRED, DEFAULT_TIMEOUT, GROUP_BY, HAVING, INCLUDE_INFERRED, ORDER_BY, QUERY_TYPE, SLICE, TIMEOUT
EXPLAIN_HINTS, QUERY_HINTS
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, EVALUATION_CONTEXT, NAMESPACE
GRAPH_PATTERN
PROJECTION
static final String QUERY_STRING
static final String PARSE_TREE
sparql.jjt
grammar. Other integrations may produce
different parse trees using different object models.
Note: There is no guarantee that the parse tree is a serializable
object. It may not need to be stripped off of the QueryRoot
if the QueryRoot
is persisted or shipped to another node in a
cluster.
static final String ORIGINAL_AST
QueryRoot
or an UpdateRoot
.static final String OPTIMIZED_AST
IASTOptimizer
s.static final String QUERY_PLAN
static final String OPTIMIZED_AST_BINDING_SETS
static final String QUERY_PARSE_TIME
static final String RESOLVE_VALUES_TIME
Value
s in the query to
BigdataValue
s in the database (nanoseconds).static final String RESOLVED
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.