Class definition for filtered hash join, which builds a hash table from a filter table and probes it with left tables. More...
#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>Go to the source code of this file.
Classes | |
| class | cudf::filtered_join |
Filtered hash join that builds a hash table from the right (filter) table on creation and probes results in subsequent *_join member functions. More... | |
Namespaces | |
| cudf | |
| cuDF interfaces | |
Class definition for filtered hash join, which builds a hash table from a filter table and probes it with left tables.
Definition in file filtered_join.hpp.