FlowMsgQueue Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs and destructs an object of class FlowMsgQueue.
Prototype
1 2 | FlowMsgQueue() = default ~FlowMsgQueue() = default |
Parameters
None
Returns
None
Exception Handling
None
Constraints
In streaming input scenarios (where the input parameter of FlowFunc is a queue), the framework does not support data alignment or proactive exception reporting by UDFs.
Parent topic: Class FlowMsgQueue