cudf-cxx 0.2.0

cxx-based FFI bridge between Rust and NVIDIA libcudf C++ API
Documentation
1
2
3
4
5
6
//! Bridge definitions for libcudf list column operations.
//!
//! Provides GPU-accelerated operations on list (nested) columns:
//! explode, sort, contains, and element extraction.

pub mod ops;