Expand description
AQL Executor - Connects parsed AQL to Aurora operations
Provides the bridge between AQL AST and Aurora’s database operations. All operations (queries, mutations, subscriptions) go through execute().
Structs§
- Execution
Options - Execution options
- Execution
Plan - Migration
Result - Mutation
Result - Mutation execution result
- Query
Result - Query execution result
- Schema
Result - Subscription
Result - Subscription result
Enums§
- Execution
Result - Result of executing an AQL operation
Functions§
- apply_
projection - Apply projection to a document (keep only selected fields)
- aql_
value_ to_ db_ value - Convert AQL Value to DB Value
- db_
value_ to_ aql_ value - Convert DB Value to AQL Value
- execute
- Execute an AQL query string against the database
- execute_
document - Execute a parsed AQL document
- execute_
downsample - Execute downsample operation for time-series data Groups data by time interval and applies aggregation
- execute_
window_ function - Execute window function on documents
- extract_
pagination - Extract pagination from field arguments
- matches_
filter - Check if a document matches a filter
- validate_
document - Validate a document against validation rules
- value_
to_ filter - Convert filter from AST Value