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