This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new b30d12a73f chore: re-export functions_window_common::ExpressionArgs
(#13149)
b30d12a73f is described below
commit b30d12a73fb9867180c2fdf8ddc818b45f957bac
Author: Michael J Ward <[email protected]>
AuthorDate: Tue Oct 29 06:38:48 2024 -0500
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
---
datafusion/expr/src/function.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/datafusion/expr/src/function.rs b/datafusion/expr/src/function.rs
index 199a91bf5a..23ffc83e35 100644
--- a/datafusion/expr/src/function.rs
+++ b/datafusion/expr/src/function.rs
@@ -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;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]