Class definition for distinct hash join, a hash join optimized for tables with unique keys. More...
#include <cudf/hashing.hpp>#include <cudf/table/table_view.hpp>#include <cudf/types.hpp>#include <cudf/utilities/default_stream.hpp>#include <cudf/utilities/export.hpp>#include <cudf/utilities/memory_resource.hpp>#include <rmm/cuda_stream_view.hpp>#include <rmm/device_uvector.hpp>#include <utility>Go to the source code of this file.
Classes | |
| class | cudf::distinct_hash_join |
Distinct hash join that builds a hash table with the right table on construction and probes results in subsequent *_join member functions. More... | |
Namespaces | |
| cudf | |
| cuDF interfaces | |
Class definition for distinct hash join, a hash join optimized for tables with unique keys.
Definition in file distinct_hash_join.hpp.