11 #include <cudf/utilities/export.hpp>
20 namespace CUDF_EXPORT
cudf {
56 [[nodiscard]] std::pair<std::unique_ptr<rmm::device_uvector<size_type>>,
57 std::unique_ptr<rmm::device_uvector<size_type>>>
A non-owning, immutable view of device data as a column of elements, some of which may be null as ind...
column view class definitions
APIs for querying the default CUDA stream and per-thread default stream status.
std::pair< std::unique_ptr< rmm::device_uvector< size_type > >, std::unique_ptr< rmm::device_uvector< size_type > > > direct_inner_join(column_view const &left_keys, column_view const &right_keys, std::size_t capacity, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref())
Returns the row indices that can be used to construct the result of performing an inner join between ...
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
rmm::device_async_resource_ref get_current_device_resource_ref()
Get the current device memory resource reference.
cuda::mr::resource_ref< cuda::mr::device_accessible > device_async_resource_ref
APIs for getting and setting the current device memory resource.
Type declarations for libcudf.