tables::column::take
template <is_primitive_type P>
column<P> take(const std::size_t n) const
Returns first n elements of column or full column if n is more than size of column.
template <is_primitive_type P>
column<P> take(const std::size_t n) const
Returns first n elements of column or full column if n is more than size of column.