We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d44e5 commit 4bfdd8aCopy full SHA for 4bfdd8a
cpp/src/streaming/cudf/parquet.cpp
@@ -29,11 +29,7 @@ namespace {
29
* @param ctx The execution context to use.
30
* @param ch_out Channel to which `TableChunk`s are sent.
31
* @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.
+ * @param options The parquet reader options describing the data to read.
37
* @param sequence_number The ordered chunk id to reconstruct original ordering of the
38
* data.
39
*
0 commit comments