Skip to content

Commit 1048074

Browse files
Add step parameter
1 parent be43998 commit 1048074

File tree

1 file changed

+1
-1
lines changed
  • datafusion/spark/src/function/array

1 file changed

+1
-1
lines changed

datafusion/spark/src/function/array/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub mod expr_fn {
6060
export_functions!((
6161
sequence,
6262
"Returns a sequence of the array from the start index and end index.",
63-
start stop
63+
start stop step
6464
));
6565
}
6666

0 commit comments

Comments
 (0)