Skip to content

Commit

Permalink
change parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 28, 2024
1 parent 579b4da commit eba0fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/functions-array/src/udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl ScalarUDFImpl for ArrayToString {
make_udf_function!(
Range,
range,
input diamilter,
start stop step,
"create a list of values in the range between start and stop",
range_udf
);
Expand Down Expand Up @@ -147,7 +147,7 @@ impl ScalarUDFImpl for Range {
make_udf_function!(
GenSeries,
gen_series,
input diamilter,
start stop step,
"create a list of values in the range between start and stop, include upper bound",
gen_series_udf
);
Expand Down

0 comments on commit eba0fac

Please sign in to comment.