Skip to content

Commit

Permalink
re-export PartitionEvaluatorArgs from datafusion_expr::function
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 committed Oct 11, 2024
1 parent a8d3fae commit aaf6190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/expr/src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ 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 aaf6190

Please sign in to comment.