com.bigdata.rdf.sparql.ast
Interface ASTContainer.Annotations

All Superinterfaces:
ASTBase.Annotations, BOp.Annotations, IGraphPatternContainer.Annotations, IProjectionDecl.Annotations, QueryBase.Annotations, QueryNodeBase.Annotations
Enclosing class:
ASTContainer

public static interface ASTContainer.Annotations
extends QueryBase.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

QUERY_STRING

static final String QUERY_STRING
The original query from which this AST was generated.

See Also:
Constant Field Values

PARSE_TREE

static final String PARSE_TREE
The parse tree generated from the query string (optional). For the default integration, this is the parse tree assembled by the Sesame 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.

See Also:
Constant Field Values

ORIGINAL_AST

static final String ORIGINAL_AST
The AST as received from the parser. This is either a QueryRoot or an UpdateRoot.

See Also:
Constant Field Values

OPTIMIZED_AST

static final String OPTIMIZED_AST
The AST as rewritten by the IASTOptimizers.

See Also:
Constant Field Values

QUERY_PLAN

static final String QUERY_PLAN
The physical query plan (pipeline bops).

See Also:
Constant Field Values


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.