Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python time binning functions #4291

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

chipkent
Copy link
Member

@chipkent chipkent commented Aug 9, 2023

Users have been using the Python deephaven.time.lower_bin and deephaven.time.upper_bin functions in query strings instead of the much more efficient lowerBin and upperBin methods built into the query language. This results in queries being much slower than necessary.

These methods have been removed to force users to the more efficient built in methods. Also, these methods do not have tremendous utility in Python.

@chipkent chipkent merged commit 469b4ed into deephaven:main Aug 9, 2023
20 checks passed
@chipkent chipkent deleted the remove_py_time_binning branch August 9, 2023 16:50
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2023
@deephaven-internal
Copy link
Contributor

Labels indicate documentation is required. Issues for documentation have been opened:

How-to: https://github.com/deephaven/deephaven.io/issues/3010
Reference: https://github.com/deephaven/deephaven.io/issues/3011

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants