Skip to content

Commit

Permalink
Re-export datafusion-functions-array
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Mar 2, 2024
1 parent 83d15e8 commit 97e0c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ pub mod functions {
/// re-export of [`datafusion_functions_array`] crate, if "array_expressions" feature is enabled
pub mod functions_array {
#[cfg(feature = "array_expressions")]
pub use datafusion_functions::*;
pub use datafusion_functions_array::*;
}

#[cfg(test)]
Expand Down

0 comments on commit 97e0c03

Please sign in to comment.