Pass the tuple along without any change.
Python
@spl.map()
def Noop(*tuple_):
"Pass the tuple along without any change."
return tuple_
Summary
- Ports
- This operator has 1 input port and 1 output port.
- Windowing
- This operator does not accept any windowing configurations.
- Parameters
- This operator does not support parameters.
- Metrics
- This operator does not report any metrics.
Properties
- Implementation
- C++
- Threading
- Always - Operator always provides a single threaded execution context.
Input Ports
- Ports (0)
-
Tuple attribute values are passed by position to the Python callable.
- Properties
-
Output Ports
- Assignments
- This operator does not allow assignments to output attributes.
- Ports (0)
-
- Properties
-