Skip to content

Commit 4bfdd8a

Browse files
committed
Fix docstring
1 parent 01d44e5 commit 4bfdd8a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cpp/src/streaming/cudf/parquet.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ namespace {
2929
* @param ctx The execution context to use.
3030
* @param ch_out Channel to which `TableChunk`s are sent.
3131
* @param stream The stream on which to read the chunk.
32-
* @param source The `cudf::io::source_info` describing the data to read.
33-
* @param columns Named columns to read from the file.
34-
* @param skip_rows Number of rows to skip from the beginning of the file.
35-
* @param num_rows Number of rows to read.
36-
* @param predicate Optional predicate to apply during the read.
32+
* @param options The parquet reader options describing the data to read.
3733
* @param sequence_number The ordered chunk id to reconstruct original ordering of the
3834
* data.
3935
*

0 commit comments

Comments
 (0)