| AqlErrorHandler |
Utility class to handle specific errors during parsing
Allows to return more meaningful messages during AQL parsing
Created by christian on 4/15/2016.
|
| AqlErrorHandlerNoRecovery |
Utility class to handle specific errors during parsing
Allows to return more meaningful messages during AQL parsing
Created by christian on 4/15/2016.
|
| AqlExpression |
Wrap the walkers for pass1 and pass2 as well as invoke the WHERE getQueryOptMetaData
|
| AqlExpressionWithParameters |
|
| AuditVariables |
|
| Contains |
main entry point for CONTAINS clause resolution
|
| OrderAttribute |
Representation of the ORDER BY clause in an AQL query
Created by christian on 5/26/2016.
|
| QueryCompilerPass1 |
AQL compilation pass 1
This pass consists in evaluating the CONTAINS clauses and generate an internal representation of the
contain expressions and operators.
|
| QueryCompilerPass2 |
AQL compilation pass 2
|
| Statements |
|
| TopAttributes |
Representation of the TOP parameter
Created by christian on 5/24/2016.
|
| WhereVisitor |
Interpret an AQL WHERE clause and set the result into a list of WHERE parts
Created by christian on 5/18/2016.
|