Skip to content

Commit bf28e9b

Browse files
authored
Re-export TypeSignatureClass from the datafusion-expr package (apache#14051)
1 parent e113ec1 commit bf28e9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datafusion/expr/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ pub use datafusion_expr_common::columnar_value::ColumnarValue;
7171
pub use datafusion_expr_common::groups_accumulator::{EmitTo, GroupsAccumulator};
7272
pub use datafusion_expr_common::operator::Operator;
7373
pub use datafusion_expr_common::signature::{
74-
ArrayFunctionSignature, Signature, TypeSignature, Volatility, TIMEZONE_WILDCARD,
74+
ArrayFunctionSignature, Signature, TypeSignature, TypeSignatureClass, Volatility,
75+
TIMEZONE_WILDCARD,
7576
};
7677
pub use datafusion_expr_common::type_coercion::binary;
7778
pub use expr::{

0 commit comments

Comments
 (0)