27 namespace CUDF_EXPORT
cudf {
99 return std::make_unique<column>(type,
102 std::forward<B>(null_mask),
136 template <
typename B>
146 return std::make_unique<column>(type,
149 std::forward<B>(null_mask),
183 template <
typename B>
193 return std::make_unique<column>(type,
196 std::forward<B>(null_mask),
230 template <
typename B>
240 return std::make_unique<column>(type,
243 std::forward<B>(null_mask),
277 template <
typename B>
341 std::vector<
cudf::device_span<thrust::pair<char const*, size_type>
const>>
const& input,