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
- planner
- SQL planning extensions like DatetimeFunctionPlanner
- to_char
- to_date
- to_local_ time 
- to_timestamp 
- to_unixtime 
Functions§
- current_date 
- Return a ScalarUDFimplementation of current_date
- current_time 
- Return a ScalarUDFimplementation of current_time
- date_bin 
- Return a ScalarUDFimplementation of date_bin
- date_part 
- Return a ScalarUDFimplementation of date_part
- date_trunc 
- Return a ScalarUDFimplementation of date_trunc
- from_unixtime 
- Return a ScalarUDFimplementation of from_unixtime
- functions
- Returns all DataFusion functions defined in this package
- make_date 
- Return a ScalarUDFimplementation of make_date
- now
- Return a ScalarUDFimplementation of now
- to_char
- Return a ScalarUDFimplementation of to_char
- to_date
- Return a ScalarUDFimplementation of to_date
- to_local_ time 
- Return a ScalarUDFimplementation of to_local_time
- to_timestamp 
- Return a ScalarUDFimplementation of to_timestamp
- to_timestamp_ micros 
- Return a ScalarUDFimplementation of to_timestamp_micros
- to_timestamp_ millis 
- Return a ScalarUDFimplementation of to_timestamp_millis
- to_timestamp_ nanos 
- Return a ScalarUDFimplementation of to_timestamp_nanos
- to_timestamp_ seconds 
- Return a ScalarUDFimplementation of to_timestamp_seconds
- to_unixtime 
- Return a ScalarUDFimplementation of to_unixtime