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 1f15152069 chore: align re-exports in functions-aggregate (#10705)
1f15152069 is described below
commit 1f151520690a1cfcb84f99c7e8606db18f43160b
Author: Ruihang Xia <[email protected]>
AuthorDate: Wed May 29 17:51:02 2024 +0800
chore: align re-exports in functions-aggregate (#10705)
Signed-off-by: Ruihang Xia <[email protected]>
---
datafusion/functions-aggregate/src/lib.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/datafusion/functions-aggregate/src/lib.rs
b/datafusion/functions-aggregate/src/lib.rs
index b0408c106f..e82897e926 100644
--- a/datafusion/functions-aggregate/src/lib.rs
+++ b/datafusion/functions-aggregate/src/lib.rs
@@ -67,8 +67,10 @@ use std::sync::Arc;
/// Fluent-style API for creating `Expr`s
pub mod expr_fn {
+ pub use super::covariance::covar_pop;
pub use super::covariance::covar_samp;
pub use super::first_last::first_value;
+ pub use super::first_last::last_value;
pub use super::median::median;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]