Skip to content
#

rapids

Here are 22 public repositories matching this topic...

williamBlazing
williamBlazing commented Apr 15, 2021

Is your feature request related to a problem? Please describe.
I would be useful to have the ability to make a reverse copy of a column and/or table.
I am thinking of std::reverse (https://en.cppreference.com/w/cpp/algorithm/reverse) . But not necessarily using iterators, since that might make things more complicated.

Describe the solution you'd like
The following APIs could be

kglab
randyzwitch
randyzwitch commented Mar 28, 2019

In trying to write tests for #189, I'm finding very difficult to add columns to existing tests, as in some cases like the all_types table, the table is defined in a separate file than the tests and multiple tests try to write to the same table.

Additionally, our test suite doesn't prove that the data that are uploaded are the same as the data downloaded for all types.

We should consider m

Improve this page

Add a description, image, and links to the rapids topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rapids topic, visit your repo's landing page and select "manage topics."

Learn more