Go to the documentation of this file.
72 std::vector<order>
const& column_order,
73 std::vector<null_order>
const& null_precedence,
112 std::vector<order>
const& column_order,
113 std::vector<null_order>
const& null_precedence,
Class definitions for cudf::scalar.
Class definition for cudf::column.
A non-owning, immutable view of device data as a column of elements, some of which may be null as ind...
Type declarations for libcudf.
bool contains(column_view const &haystack, scalar const &needle)
Check if the given needle value exists in the haystack column.
An owning class to represent a singular value.
A set of cudf::column_view's of the same size.
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::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.
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::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.
Class definition for cudf::table.