Skip to main content

Module filter

Module filter 

Source
Expand description

Shared query filters used by the library API and the CLI.

Structs§

QueryFilter
User-facing filter builder for API calls.
ResolvedFilter
A resolved filter: epoch-millisecond bounds and concrete provider ids, ready to be turned into SQL predicates or matched against parsed sessions.

Enums§

ProviderKind
Provider selector for library callers.

Functions§

parse_when
Parse a --since/--until value into epoch milliseconds. A bare date resolves to the start of that UTC day for --since and the end of the day for --until, so an inclusive --since D --until D covers all of day D.