Skip to content

Commit e8eb87f

Browse files
committed
add partition pruning
1 parent 4607643 commit e8eb87f

File tree

11 files changed

+571
-499
lines changed

11 files changed

+571
-499
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)