datafusion-comet
datafusion-comet copied to clipboard
[EPIC] Move remaining scalar functions to datafusion-comet-spark-expr crate
What is the problem the feature request solves?
We should move the following expressions to the new crate.
- [ ] NegativeExpr
- [ ] UnboundColumn
- [x] HourExec/MinuteExec/SecondExec/DateTruncExec/TimestampTruncExec - https://github.com/apache/datafusion-comet/pull/660
- [ ] CreateNamedStruct
- [ ] SubstringExec
- [ ] StringSpaceExec
- [ ] BitwiseNotExpr
- [ ] CheckOverflow
- [ ] BloomFilterMightContain
- [ ] NormalizeNaNAndZero
- [ ] Subquery
Describe the potential solution
No response
Additional context
No response