forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the to_timestamp* functions to datafusion-functions (apache#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]>
- Loading branch information
Showing
33 changed files
with
2,035 additions
and
1,807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.