forked from nbauernfeind/deephaven-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto convert Python return value to Java value v2 (deephaven#4647)
* Auto conv Py UDF returns and numba guvectorized * Add numba guvectorize tests * Harden the code for bad type annotations * More meaningful names * Clean up test code * Apply suggestions from code review Co-authored-by: Chip Kent <[email protected]> * Add support for datetime data * Update py/server/deephaven/dtypes.py Co-authored-by: Chip Kent <[email protected]> * Respond to review comments and array testcases * Respond to reivew comments * Respond to new review comments * new test case for complex(unsupported) typehint * Fix a couple of regressions * Responding to review comments --------- Co-authored-by: Chip Kent <[email protected]>
- Loading branch information
1 parent
ec6d013
commit 4b792cf
Showing
13 changed files
with
709 additions
and
85 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
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 |
---|---|---|
|
@@ -84,4 +84,5 @@ public Object getValue() { | |
} | ||
} | ||
|
||
boolean isVectorizableReturnType(); | ||
} |
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
Oops, something went wrong.