This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5c3beb3 ARROW-9890: [R] Add zstandard compression codec in macOS build
add 23e3db7 ARROW-9944: [Rust][DataFusion] Implement to_timestamp function
No new revisions were added by this update.
Summary of changes:
rust/datafusion/Cargo.toml | 1 +
rust/datafusion/README.md | 5 +-
.../src/physical_plan/datetime_expressions.rs | 329 +++++++++++++++++++++
rust/datafusion/src/physical_plan/functions.rs | 18 +-
rust/datafusion/src/physical_plan/mod.rs | 1 +
rust/datafusion/tests/sql.rs | 38 ++-
6 files changed, 387 insertions(+), 5 deletions(-)
create mode 100644 rust/datafusion/src/physical_plan/datetime_expressions.rs