cudf
cudf copied to clipboard
[FEA] `read_orc_metadata` and `read_parquet_metadata` in libcudf
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