JoinBundleOptions Struct
Declaration
struct simaai::neat::graph::nodes::JoinBundleOptions { ... }
Included Headers
#include <JoinBundle.h>
Public Member Attributes Index
| std::vector< std::string > | inputs |
| std::unordered_set< std::string > | required |
| JoinKeyPolicy | key_policy = JoinKeyPolicy::StreamFrame |
| bool | emit_partial = false |
| std::size_t | max_pending_keys = 4096 |
| int | timeout_ms = 0 |
Definition at line 28 of file JoinBundle.h.
Public Member Attributes
emit_partial
|
Definition at line 32 of file JoinBundle.h.
32 bool emit_partial = false;
inputs
|
Definition at line 29 of file JoinBundle.h.
key_policy
|
Definition at line 31 of file JoinBundle.h.
max_pending_keys
|
Definition at line 33 of file JoinBundle.h.
33 std::size_t max_pending_keys = 4096;
required
|
Definition at line 30 of file JoinBundle.h.
timeout_ms
|
Definition at line 34 of file JoinBundle.h.
34 int timeout_ms = 0; // 0 => no timeout eviction
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.