Skip to content

feat: add expression array_size #1122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
module use
  • Loading branch information
Groennbeck committed Feb 10, 2025
commit 6404a838eeda2245972e6038a12e29e6d38e87db
1 change: 1 addition & 0 deletions native/spark-expr/src/array_funcs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ mod list_extract;
mod array_size;

pub use array_insert::ArrayInsert;
pub use array_size::ArraySize;
pub use get_array_struct_fields::GetArrayStructFields;
pub use list_extract::ListExtract;