Skip to content

Commit b30d12a

Browse files
chore: re-export functions_window_common::ExpressionArgs (#13149)
* chore: re-export functions_window_common::ExpressionArgs This struct is needed to implement the WindowUDFImpl trait. * cargo fmt
1 parent 1c2a2fd commit b30d12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/expr/src/function.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub use datafusion_functions_aggregate_common::accumulator::{
2727
AccumulatorArgs, AccumulatorFactoryFunction, StateFieldsArgs,
2828
};
2929

30+
pub use datafusion_functions_window_common::expr::ExpressionArgs;
3031
pub use datafusion_functions_window_common::field::WindowUDFFieldArgs;
3132
pub use datafusion_functions_window_common::partition::PartitionEvaluatorArgs;
3233

0 commit comments

Comments
 (0)