Expand description
Lifters that convert raw atoms into typed identifier values.
Per QRY-003, the per-attribute filters --tags,
--projects, and --tasks each constrain their atoms to a
specific identifier domain. Each function in this module is a
pure RawAtom -> Result conversion designed to plug
into haz_query_lang::expr::Expr::try_map.
Functionsยง
- parse_
project_ atom - Parse a raw atom as a
ProjectNameperQRY-003. - parse_
tag_ atom - Parse a raw atom as a
TagNameperQRY-003. - parse_
task_ atom - Parse a raw atom as a
TaskNameperQRY-003.