Modules§
- backtrace
- Platform-independent interface for collecting backtraces, used in the Hydro IR to trace the origin of each node.
Structs§
- Debug
Expr - Wrapper that displays only the tokens of a parsed expr.
- Debug
Instantiate Finalized - Debug
Type - Debug displays the type’s tokens.
- Hydro
IrMetadata - Hydro
IrOp Metadata - Metadata that is specific to the operator itself, rather than its outputs. This is available on both inner nodes and roots.
- QMacro
Simplifier - AST visitor that simplifies q! macro expansions
- TeeNode
Enums§
- Builders
OrCallback - Debug
Instantiate - Hydro
Node - An intermediate node in a Hydro graph, which consumes data from upstream nodes and emits data to downstream nodes.
- Hydro
Root - An root in a Hydro graph, which is an pipeline that doesn’t emit any downstream values. Traversals over the dataflow graph and generating DFIR IR start from roots.
- Hydro
Source - A source in a Hydro graph, where data enters the graph.