|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ASTContainer.Annotations
| Field Summary | |
|---|---|
static String |
OPTIMIZED_AST
The AST as rewritten by the IASTOptimizers. |
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_PLAN
The physical query plan (pipeline bops). |
static String |
QUERY_STRING
The original query from which this AST was generated. |
| Fields inherited from interface com.bigdata.rdf.sparql.ast.QueryBase.Annotations |
|---|
CONSTRUCT, DEFAULT_INCLUDE_INFERRED, DEFAULT_TIMEOUT, GROUP_BY, HAVING, INCLUDE_INFERRED, ORDER_BY, QUERY_TYPE, SLICE, TIMEOUT |
| Fields inherited from interface com.bigdata.rdf.sparql.ast.ASTBase.Annotations |
|---|
QUERY_HINTS |
| Fields inherited from interface com.bigdata.bop.BOp.Annotations |
|---|
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, EVALUATION_CONTEXT |
| Fields inherited from interface com.bigdata.rdf.sparql.ast.IGraphPatternContainer.Annotations |
|---|
GRAPH_PATTERN |
| Fields inherited from interface com.bigdata.rdf.sparql.ast.IProjectionDecl.Annotations |
|---|
PROJECTION |
| Field Detail |
|---|
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
IASTOptimizers.
static final String QUERY_PLAN
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||