cudf icon indicating copy to clipboard operation
cudf copied to clipboard

[FEA] `read_orc_metadata` and `read_parquet_metadata` in libcudf

Open vuule opened this issue 3 years ago • 0 comments

libcudf does not have functions to read metadata of a file without reading (a portion) of the data as well. Exposing an efficient way to get information like column names and the number of rowgroups/stripes would make some uses of read_orc and read_parquet much simpler.

Exact information that these function should return is to be determined.

  • [ ] read_orc_metadata
  • [ ] read_parquet_metadata

vuule avatar Sep 08 '22 22:09 vuule