Skip to content

Commit 5116ea8

Browse files
committed
Add late pruning of file based on file level statistics
1 parent d5ecaca commit 5116ea8

File tree

17 files changed

+770
-130
lines changed

17 files changed

+770
-130
lines changed

datafusion/common/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pub mod format;
4747
pub mod hash_utils;
4848
pub mod instant;
4949
pub mod parsers;
50+
pub mod pruning;
5051
pub mod rounding;
5152
pub mod scalar;
5253
pub mod spans;

0 commit comments

Comments
 (0)