cudf icon indicating copy to clipboard operation
cudf copied to clipboard

WIP: Improve cudf::io::datasource::create().

Open tpn opened this issue 1 year ago • 1 comments

This commit introduces the new datasource_kind and datasource_params data types, and updates the cudf::io::datasource::create() signature to allow parameterized datasource creation.

N.B. Non-compiling checkpoint commit.

Description

Checklist

  • [ ] I am familiar with the Contributing Guidelines.
  • [ ] New or existing tests cover these changes.
  • [ ] The documentation is up to date with these changes.

tpn avatar Oct 17 '24 17:10 tpn