Skip to content

Commit

Permalink
Update cpp/src/io/parquet/reader_impl_helpers.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 authored Feb 8, 2025
1 parent d8f7c9e commit d322a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/reader_impl_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class aggregate_reader_metadata {
* @param filter AST expression to filter row groups based on bloom filter membership
* @param stream CUDA stream used for device memory operations and kernel launches
*
* @return A pair of filtered row group indices if any is filtered.
* @return Filtered row group indices if any is filtered
*/
[[nodiscard]] std::optional<std::vector<std::vector<size_type>>> apply_bloom_filters(
std::vector<rmm::device_buffer>& bloom_filter_data,
Expand Down

0 comments on commit d322a7e

Please sign in to comment.