Skip to content

Commit 773575e

Browse files
committed
fix: Update persistent module to use simplified expression handling from PR #8
1 parent 48013c6 commit 773575e

3 files changed

Lines changed: 343 additions & 587 deletions

File tree

vortex-datafusion/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
use std::fmt::Debug;
77

88
use datafusion_common::stats::Precision as DFPrecision;
9-
use vortex::expr::stats::Precision;
9+
use vortex::stats::Precision;
1010

1111
mod convert;
1212
mod persistent;
13-
pub mod vendor;
1413

15-
pub use convert::exprs::ExpressionConvertor;
1614
pub use persistent::*;
1715

1816
/// Extension trait to convert our [`Precision`](vortex::stats::Precision) to Datafusion's [`Precision`](datafusion_common::stats::Precision)

0 commit comments

Comments
 (0)