column::definition# template<typename Def>class definition# Argument to define a custom column in the dataflow. Template Parameters: Def – Concrete implementation of queryosity::column::definition<Out(Ins...)> Public Functions template<typename ...Args>definition(Args const&... args)# Argument constructor. Parameters: args – [in] Constructor arguments of Def.