deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

Use predetermined type converters for UDF arguments #186

Closed deephaven-internal closed 2 months ago

deephaven-internal commented 3 months ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5291 Author: jmao-denver

Original PR Body

This builds on top of #5221 to eliminate the need for runtime type check and branching on argument conversion between Java/Python.

Fixes #5112

Performed that same test as in https://github.com/deephaven/deephaven-core/issues/5112#issuecomment-1960923785, The numbers are pretty much the same as Exp. #4.

image
margaretkennedy commented 2 months ago

Update to user-defined functions