Skip to content

Commit b80ae94

Browse files
committed
fix: update arrow_cast function to use arg_1 for datatype parameter
1 parent 8c7e2f8 commit b80ae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ expr_fn_vec!(r#struct); // Use raw identifier since struct is a keyword
563563
expr_fn_vec!(named_struct);
564564
expr_fn!(from_unixtime, unixtime);
565565
expr_fn!(arrow_typeof, arg_1);
566-
expr_fn!(arrow_cast, column datatype);
566+
expr_fn!(arrow_cast, arg_1 datatype);
567567
expr_fn!(random);
568568

569569
// Array Functions

0 commit comments

Comments
 (0)