libgdf
libgdf copied to clipboard
[ARCHIVED] C GPU DataFrame Library
Implemented so far is the first implementation concept using nested templating. It has been implemented with support for literals and 14 different binary operators. We would like feedback on the...
Following the discussion on [issue 138](https://github.com/rapidsai/libgdf/issues/138), here's a hopefully-template-compliant PR adding documentation to some API functions and data types (not all of them). There are other some minor tweaks such...
Starting to add Doxygen style comments to code.
This pull request is ontop of the parquet-reader branch pull request. It uses the same APIs, but it will read all column and rowgroups in parallel using a number of...
This PR adds support for NULL values to the hash-based groupby implementation. The `build_aggregation_table` kernel was updated such that if a row is invalid, then it is not inserted into...