73 std::vector<order>
const& column_order,
74 std::vector<null_order>
const& null_precedence,
115 std::vector<order>
const& column_order,
116 std::vector<null_order>
const& null_precedence,
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.
Class definition for cudf::column.
std::unique_ptr< column > lower_bound(table_view const &haystack, table_view const &needles, std::vector< order > const &column_order, std::vector< null_order > const &null_precedence, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Find smallest indices in a sorted table where values should be inserted to maintain order.
bool contains(column_view const &haystack, scalar const &needle, rmm::cuda_stream_view stream=cudf::get_default_stream())
Check if the given needle value exists in the haystack column.
std::unique_ptr< column > upper_bound(table_view const &haystack, table_view const &needles, std::vector< order > const &column_order, std::vector< null_order > const &null_precedence, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Find largest indices in a sorted table where values should be inserted to maintain order.
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
device_memory_resource * get_current_device_resource()
Class definitions for cudf::scalar.
Class definition for cudf::table.
Type declarations for libcudf.