-
Notifications
You must be signed in to change notification settings - Fork 807
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 Date
- Date
kernel
#4383
Comments
This likely overlaps with #3999 |
was planning to give this a try
iiuc |
Thank you for expressing interest but I intend to implement this after #4465 which replaces the current arithmetic kernels. It will also return Duration to be consistent with the logic for timestamps, and avoid the issues inherent with intervals |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
While implementing date/time arithmetic in DataFusion (apache/datafusion#6578) @jackwener found lack of Date - Date support in arithmetic kernels
Describe the solution you'd like
I would like kernels that can subtract
Date32Array - Date32Array
and produce anIntervalYearMonthArray
Date64Array - Date64Array
and produceIntervalMonthDayNanoArray
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: