Pending Struct
Per-key in-flight bundle being assembled — one entry per pending join key. More...
Declaration
struct simaai::neat::graph::nodes::JoinBundle::Pending { ... }
Public Member Attributes Index
| std::unordered_map< PortId, Sample > | samples |
|
Samples received per input port for this bundle. More... | |
| std::int64_t | last_seen_ns = 0 |
|
Timestamp (ns) of the most recent sample on any port. More... | |
Description
Per-key in-flight bundle being assembled — one entry per pending join key.
Definition at line 81 of file JoinBundle.h.
Public Member Attributes
last_seen_ns
|
Timestamp (ns) of the most recent sample on any port.
Definition at line 84 of file JoinBundle.h.
84 std::int64_t last_seen_ns = 0;
samples
|
Samples received per input port for this bundle.
Definition at line 83 of file JoinBundle.h.
83 samples;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.