Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate stats filtering helpers to reuse in page pruning #18034

Open
wants to merge 19 commits into
base: branch-25.04
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
cec2803
Separate stats filter utilities to reuse for page pruning
mhaseeb123 Feb 19, 2025
4c497f5
Remove unused headers and style fix
mhaseeb123 Feb 19, 2025
553dcc0
Improve docstrings
mhaseeb123 Feb 19, 2025
dca52ba
Move some definitions in hpp file for template instantiation
mhaseeb123 Feb 19, 2025
8b20c53
Move definitions to predicate_pushdown.cpp
mhaseeb123 Feb 19, 2025
bf30448
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Feb 19, 2025
b215733
Add pragma once
mhaseeb123 Feb 19, 2025
e3468d6
Update cpp/src/io/parquet/stats_filter_helpers.hpp
mhaseeb123 Feb 19, 2025
2aa9dd4
Update cpp/src/io/parquet/stats_filter_helpers.hpp
mhaseeb123 Feb 19, 2025
1c0cff2
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Feb 19, 2025
06a3ad6
Apply suggestions from code review
mhaseeb123 Feb 19, 2025
1f0b31f
Apply suggestions from code review
mhaseeb123 Feb 19, 2025
33de855
Move definitions back to stats_filter_helpers.hpp
mhaseeb123 Feb 19, 2025
c390a24
Minor improvement
mhaseeb123 Feb 25, 2025
658f330
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Feb 26, 2025
91bbd88
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Feb 28, 2025
f1462db
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Mar 1, 2025
fc8423d
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Mar 3, 2025
9f62c52
Merge branch 'branch-25.04' into fea/separate-stats-filter-helpers
mhaseeb123 Mar 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ add_library(
src/io/parquet/reader_impl_chunking.cu
src/io/parquet/reader_impl_helpers.cpp
src/io/parquet/reader_impl_preprocess.cu
src/io/parquet/stats_filter_helpers.cpp
src/io/parquet/writer_impl.cu
src/io/parquet/writer_impl_helpers.cpp
src/io/parquet/decode_fixed.cu
Expand Down
Loading
Loading