column::constant# template<typename Val>struct constant# Argument to define a column of constant value in the dataflow. Template Parameters: Val – Data type of the constant value. Public Functions constant(Val const &val)# Argument constructor. Parameters: val – [in] Constant value.