column::expression# template<typename Expr>struct expression# Argument to define a column evaluated out of an expression in the dataflow. Template Parameters: Expr – Concrete type of C++ function, functor, or lambda. Public Functions expression(Expr expr)# Argument constructor. Parameters: expr – [in] The callable expression.