tables::column::any
template <is_valid_primitive P>
bool column<P>::any() const
If P is bool, returns true if at least one element is true.
If P is std::string_view, return true if at least one element is true.
If P is any other primitive type, returns true if at least one element is non-zero.