Skip to content

Commit a3e7e95

Browse files
Add step parameter
1 parent 78eaaab commit a3e7e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/spark/src/function/array

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)