-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEA] Sync up conv function with rapids-plugin resources (#573)
* updated supported exprs files to include conv and added unit test Signed-off-by: cindyyuanjiang <[email protected]> * removed unit test since conv is marked unsupported Signed-off-by: cindyyuanjiang <[email protected]> * updated exprs in operatorList file Signed-off-by: cindyyuanjiang <[email protected]> --------- Signed-off-by: cindyyuanjiang <[email protected]>
- Loading branch information
1 parent
fd0541e
commit 8137d8f
Showing
9 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ CollectSet,2.45 | |
Concat,2.45 | ||
ConcatWs,2.45 | ||
Contains,2.45 | ||
Conv,2.45 | ||
Cos,2.45 | ||
Cosh,2.45 | ||
Cot,2.45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ CollectSet,2.73 | |
Concat,2.73 | ||
ConcatWs,2.73 | ||
Contains,2.73 | ||
Conv,2.73 | ||
Cos,2.73 | ||
Cosh,2.73 | ||
Cot,2.73 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ CollectSet,4.16 | |
Concat,4.16 | ||
ConcatWs,4.16 | ||
Contains,4.16 | ||
Conv,4.16 | ||
Cos,4.16 | ||
Cosh,4.16 | ||
Cot,4.16 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ CollectSet,4.88 | |
Concat,4.88 | ||
ConcatWs,4.88 | ||
Contains,4.88 | ||
Conv,4.88 | ||
Cos,4.88 | ||
Cosh,4.88 | ||
Cot,4.88 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ CollectSet,2.59 | |
Concat,2.59 | ||
ConcatWs,2.59 | ||
Contains,2.59 | ||
Conv,2.59 | ||
Cos,2.59 | ||
Cosh,2.59 | ||
Cot,2.59 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ CollectSet,2.07 | |
Concat,2.07 | ||
ConcatWs,2.07 | ||
Contains,2.07 | ||
Conv,2.07 | ||
Cos,2.07 | ||
Cosh,2.07 | ||
Cot,2.07 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,7 @@ CollectSet,4 | |
Concat,4 | ||
ConcatWs,4 | ||
Contains,4 | ||
Conv,4 | ||
Cos,4 | ||
Cosh,4 | ||
Cot,4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters