[FEA] Enable using num_rows
and skip_rows
with ParquetReader
#16249
Labels
0 - Blocked
Cannot progress due to external reasons
cuIO
cuIO issue
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
Milestone
Is your feature request related to a problem? Please describe.
ParquetReader should be able to take in
num_rows
,skip_rows
and (bonus) Expression filter and propagate them to the C++ Chunked PQ reader.Describe the solution you'd like
ParquetReader should allow passing in additional options including
num_rows
,skip_rows
and AST filters and propagate them to the C++ chunked parquet reader.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: