Skip to content

Commit

Permalink
Merge branch 'fea/extract-pq-bloom-filter-data' of https://github.com…
Browse files Browse the repository at this point in the history
…/mhaseeb123/cudf into fea/extract-pq-bloom-filter-data
  • Loading branch information
mhaseeb123 committed Dec 9, 2024
2 parents 03cf07f + d719e65 commit de94168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/io/parquet/reader_impl_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class aggregate_reader_metadata {
*
* @param sources Lists of input datasources
* @param row_group_indices Lists of row groups to read, one per source
* @param output_dtypes Datatypes of of output columns
* @param output_dtypes Datatypes of output columns
* @param output_column_schemas schema indices of output columns
* @param filter AST expression to filter row groups based on Column chunk statistics
* @param stream CUDA stream used for device memory operations and kernel launches
Expand All @@ -376,7 +376,7 @@ class aggregate_reader_metadata {
*
* @param sources Dataset sources
* @param row_group_indices Lists of input row groups to read, one per source
* @param output_dtypes Datatypes of of output columns
* @param output_dtypes Datatypes of output columns
* @param output_column_schemas schema indices of output columns
* @param filter AST expression to filter row groups based on bloom filter membership
* @param total_row_groups Total number of row groups across all data sources
Expand Down

0 comments on commit de94168

Please sign in to comment.