23 namespace CUDF_EXPORT 
cudf {
 
  123 template <
typename ForwardIt>
 
  126   return first == last || std::all_of(std::next(first), last, [want = *first](
auto const& c) {
 
A non-owning, immutable view of device data as a column of elements, some of which may be null as ind...
 
An owning class to represent a singular value.
 
A set of cudf::column_view's of the same size.
 
column view class definitions
 
bool column_types_equivalent(column_view const &lhs, column_view const &rhs)
Compare the type IDs of two column_views.
 
bool all_have_same_types(ForwardIt first, ForwardIt last)
Compare the types of a range of column_view or scalar objects.
 
bool have_same_types(column_view const &lhs, column_view const &rhs)
Compares the type of two column_views.
 
Class definitions for cudf::scalar.