# Packages
No description provided by the author
# Constants
DateLayout defines a layout for all dates (`DATE date`).
"CONTAINS"; used to check if a string contains a certain sub string.
"=".
"EXISTS"; used to check if a certain event attribute is present.
">".
">=".
"<".
"<=".
TimeLayout defines a layout for all times (`TIME time`).
# Structs
Condition represents a single condition within a query and consists of composite key (e.g.
Empty query matches any set of events.
Query holds the query string and the query parser.
No description provided by the author
# Type aliases
Operator is an operator that defines some kind of relation between composite key and operand (equality, etc.).