Expand description
BQL Query Executor.
Executes parsed BQL queries against a set of Beancount directives.
Structs§
- Executor
- Query executor.
- Interval
- An interval value for date arithmetic.
- Posting
Context - Context for a single posting being evaluated.
- Query
Result - Query result containing column names and rows.
- Source
Location - Source location information for a directive.
- Table
- An in-memory table created by CREATE TABLE.
- Window
Context - Context for window function evaluation.
Enums§
- Interval
Unit - An interval unit for date arithmetic.
- Value
- A value that can result from evaluating a BQL expression.
Type Aliases§
- Row
- A row of query results.