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) {
一个非拥有、不可变的设备数据视图,作为一列元素,其中一些元素可能为空...
一组相同大小的 cudf::column_view 对象。
bool column_types_equivalent(column_view const &lhs, column_view const &rhs)
比较两个 column_view 的类型 ID。
bool all_have_same_types(ForwardIt first, ForwardIt last)
比较一系列 column_view 或 scalar 对象的类型。
bool have_same_types(column_view const &lhs, column_view const &rhs)
比较两个 column_view 的类型。