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 4ceb95067c re-export PartitionEvaluatorArgs from 
datafusion_expr::function (#12878)
4ceb95067c is described below

commit 4ceb95067c5c95544b103f54b99be27ca63dee33
Author: Michael J Ward <[email protected]>
AuthorDate: Mon Oct 14 06:45:23 2024 -0500

    re-export PartitionEvaluatorArgs from datafusion_expr::function (#12878)
    
    This is needed to implement the WindowUDF trait.
---
 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 fca45dfe14..199a91bf5a 100644
--- a/datafusion/expr/src/function.rs
+++ b/datafusion/expr/src/function.rs
@@ -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 {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to