Skip to content

Commit

Permalink
chore: re-export functions_window_common::ExpressionArgs (apache#13149)
Browse files Browse the repository at this point in the history
* chore: re-export functions_window_common::ExpressionArgs

This struct is needed to implement the WindowUDFImpl trait.

* cargo fmt
  • Loading branch information
Michael-J-Ward authored Oct 29, 2024
1 parent 1c2a2fd commit b30d12a
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 @@ -27,6 +27,7 @@ pub use datafusion_functions_aggregate_common::accumulator::{
AccumulatorArgs, AccumulatorFactoryFunction, StateFieldsArgs,
};

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

Expand Down

0 comments on commit b30d12a

Please sign in to comment.