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 bf28e9bed2 Re-export TypeSignatureClass from the datafusion-expr
package (#14051)
bf28e9bed2 is described below
commit bf28e9bed2d872abcfb2f54092f342e3d950bf41
Author: niebayes <[email protected]>
AuthorDate: Fri Jan 10 05:58:29 2025 +0800
Re-export TypeSignatureClass from the datafusion-expr package (#14051)
---
datafusion/expr/src/lib.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/datafusion/expr/src/lib.rs b/datafusion/expr/src/lib.rs
index c5016a18d4..a57fd80c48 100644
--- a/datafusion/expr/src/lib.rs
+++ b/datafusion/expr/src/lib.rs
@@ -71,7 +71,8 @@ pub use datafusion_expr_common::columnar_value::ColumnarValue;
pub use datafusion_expr_common::groups_accumulator::{EmitTo,
GroupsAccumulator};
pub use datafusion_expr_common::operator::Operator;
pub use datafusion_expr_common::signature::{
- ArrayFunctionSignature, Signature, TypeSignature, Volatility,
TIMEZONE_WILDCARD,
+ ArrayFunctionSignature, Signature, TypeSignature, TypeSignatureClass,
Volatility,
+ TIMEZONE_WILDCARD,
};
pub use datafusion_expr_common::type_coercion::binary;
pub use expr::{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]