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

feat(cpp-client): Additional Cython support for LocalDate and LocalTime #6105

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

kosak
Copy link
Contributor

@kosak kosak commented Sep 22, 2024

This PR adds the methods CreateLocalDateColumnSource and CreateLocalTimeColumnSource for the benefit of Cython.

Also it adds the constexpr method IsBlittableToInt64 to DateTime, LocalDate, and LocalTime. This method always returns true (and in fact will fail to compile otherwise). It is useful so that the Cython can have static_asserts that confirm that this is tgrue.

@kosak kosak merged commit c348599 into deephaven:main Sep 22, 2024
18 of 20 checks passed
@kosak kosak deleted the kosak_cython-localdate-localtime branch September 22, 2024 23:26
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants