Skip to content

Commit

Permalink
re-export PartitionEvaluatorArgs from datafusion_expr::function (#12878)
Browse files Browse the repository at this point in the history
This is needed to implement the WindowUDF trait.
  • Loading branch information
Michael-J-Ward authored Oct 14, 2024
1 parent 746380b commit 4ceb950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/expr/src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub use datafusion_functions_aggregate_common::accumulator::{
};

pub use datafusion_functions_window_common::field::WindowUDFFieldArgs;
pub use datafusion_functions_window_common::partition::PartitionEvaluatorArgs;

#[derive(Debug, Clone, Copy)]
pub enum Hint {
Expand Down

0 comments on commit 4ceb950

Please sign in to comment.