You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the to_timestamp* functions to datafusion-functions (#9388)
* WIP
* WIP
* cargo fmt updates.
* Migrate to_timestamp* functions to new functions crate.
* update to allow wasm run to complete.
* Fix expr_api example
* cargo fmt.
* Update datafusion/core/tests/simplification.rs
Co-authored-by: Andrew Lamb <[email protected]>
* Revert changes to sql in tests to restore to_timestamp(..) calls.
* Rust fmt apparently can't make up it's mind.
* Updates for merge and moving some expression simplifier tests from optimizer to core/tests.
* Revert test changes
* Update datafusion/core/tests/simplification.rs
* Move cast_column to `ColumnarValue::cast_to`
* Remove datafusion-physical-expr dependency
* Move dependencies to dev
* Fix merge conflict by migrating to_date to new functions module alongside to_timestamp.
* Cargo lock update from merge.
* Add missing licenses.
---------
Co-authored-by: Andrew Lamb <[email protected]>
0 commit comments