Expand description
Shared query filters used by the library API and the CLI.
Structs§
- Query
Filter - User-facing filter builder for API calls.
- Resolved
Filter - A resolved filter: epoch-millisecond bounds and concrete provider ids, ready to be turned into SQL predicates or matched against parsed sessions.
Enums§
- Provider
Kind - Provider selector for library callers.
Functions§
- parse_
when - Parse a
--since/--untilvalue into epoch milliseconds. A bare date resolves to the start of that UTC day for--sinceand the end of the day for--until, so an inclusive--since D --until Dcovers all of day D.