Skip to content

Commit

Permalink
Register missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Oct 10, 2024
1 parent e0b807b commit a90285b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/functions/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pub fn functions() -> Vec<Arc<ScalarUDF>> {
nvl(),
nvl2(),
arrow_typeof(),
r#struct(),
named_struct(),
// Note: most users invoke `get_field` indirectly via field access
// syntax like `my_struct_col['field_name']`, which results in a call to
Expand Down

0 comments on commit a90285b

Please sign in to comment.