Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::functions::datetime - Rust
[go: Go Back, main page]

Module datetime

Source
Available on crate feature datetime_expressions only.
Expand description

Date and time expressions. Contains functions such as to_timestamp Enabled via feature flag datetime_expressions date & time DataFusion functions

Modules§

common
current_date
current_time
date_bin
date_part
date_trunc
expr_fn
from_unixtime
make_date
now
to_char
to_date
to_local_time
to_timestamp
to_unixtime

Functions§

current_date
Return a ScalarUDF implementation of current_date
current_time
Return a ScalarUDF implementation of current_time
date_bin
Return a ScalarUDF implementation of date_bin
date_part
Return a ScalarUDF implementation of date_part
date_trunc
Return a ScalarUDF implementation of date_trunc
from_unixtime
Return a ScalarUDF implementation of from_unixtime
functions
Returns all DataFusion functions defined in this package
make_date
Return a ScalarUDF implementation of make_date
now
Return a ScalarUDF implementation of now
to_char
Return a ScalarUDF implementation of to_char
to_date
Return a ScalarUDF implementation of to_date
to_local_time
Return a ScalarUDF implementation of to_local_time
to_timestamp
Return a ScalarUDF implementation of to_timestamp
to_timestamp_micros
Return a ScalarUDF implementation of to_timestamp_micros
to_timestamp_millis
Return a ScalarUDF implementation of to_timestamp_millis
to_timestamp_nanos
Return a ScalarUDF implementation of to_timestamp_nanos
to_timestamp_seconds
Return a ScalarUDF implementation of to_timestamp_seconds
to_unixtime
Return a ScalarUDF implementation of to_unixtime