Skip to content

Commit

Permalink
Add sequence support [databricks] (#4376)
Browse files Browse the repository at this point in the history
* Add sequence support

Signed-off-by: Bobby Wang <wbo4958@gmail.com>

* Add byte/short/long support and resolve comments
  • Loading branch information
wbo4958 authored Jan 6, 2022
1 parent f8baa62 commit 9283e84
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 228 deletions.
1 change: 1 addition & 0 deletions docs/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Name | SQL Function(s) | Description | Default Value | Notes
<a name="sql.expression.RowNumber"></a>spark.rapids.sql.expression.RowNumber|`row_number`|Window function that returns the index for the row within the aggregation window|true|None|
<a name="sql.expression.ScalaUDF"></a>spark.rapids.sql.expression.ScalaUDF| |User Defined Function, the UDF can choose to implement a RAPIDS accelerated interface to get better performance.|true|None|
<a name="sql.expression.Second"></a>spark.rapids.sql.expression.Second|`second`|Returns the second component of the string/timestamp|true|None|
<a name="sql.expression.Sequence"></a>spark.rapids.sql.expression.Sequence|`sequence`|Sequence|true|None|
<a name="sql.expression.ShiftLeft"></a>spark.rapids.sql.expression.ShiftLeft|`shiftleft`|Bitwise shift left (<<)|true|None|
<a name="sql.expression.ShiftRight"></a>spark.rapids.sql.expression.ShiftRight|`shiftright`|Bitwise shift right (>>)|true|None|
<a name="sql.expression.ShiftRightUnsigned"></a>spark.rapids.sql.expression.ShiftRightUnsigned|`shiftrightunsigned`|Bitwise unsigned shift right (>>>)|true|None|
Expand Down
Loading

0 comments on commit 9283e84

Please sign in to comment.