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

Support Temporal scalar conversion between datafusion and arrow #657

Merged
merged 6 commits into from
Aug 20, 2024

Conversation

robert3005
Copy link
Member

No description provided.

@robert3005 robert3005 enabled auto-merge (squash) August 20, 2024 13:12
macro_rules! as_primitive {
($T:ty, $PT:tt) => {
paste! {
pub fn [<as_ $T>](self) -> Option<$T> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pub fn [<as_ $T>](self) -> Option<$T> {
#[doc = "Access PValue as `" $T "`, returning `None` if conversion is unsuccessful"]
pub fn [<as_ $T>](self) -> Option<$T> {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooo, I wasn't sure how to do this. Will make a pr

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made #658 since this pr merged

@robert3005 robert3005 merged commit b64db91 into develop Aug 20, 2024
4 checks passed
@robert3005 robert3005 deleted the rk/datetimes branch August 20, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants