Expand description
BQL Query Executor.
Executes parsed BQL queries against a set of Beancount directives.
Structs§
- Executor
- Query executor.
- Posting
Context - Context for a single posting being evaluated.
- Query
Result - Query result containing column names and rows.
- Window
Context - Context for window function evaluation.
Enums§
- Value
- A value that can result from evaluating a BQL expression.
Type Aliases§
- Row
- A row of query results.