public static interface VarNode.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS
Annotation marks anonymous variables (a variable created by the
interpretation of the parse tree, AST, etc rather than one given
directly in the original query).
|
static boolean |
DEFAULT_ANONYMOUS |
static boolean |
DEFAULT_SOLUTION_SET |
static String |
SOLUTION_SET
Annotation marks a variable which is actually the name of a solution
set.
|
static String |
VALUE_EXPR
The
IValueExpression . |
EXPLAIN_HINTS, QUERY_HINTS
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUT
static final String ANONYMOUS
static final boolean DEFAULT_ANONYMOUS
static final String SOLUTION_SET
static final boolean DEFAULT_SOLUTION_SET
static final String VALUE_EXPR
IValueExpression
.
Note: This is really an instance of cached data. If the argument
corresponding the the IValueExpressionNode
is updated, this
annotation must be re-computed.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.