Function datafusion_common::scalar::dt_to_milli
source · pub fn dt_to_milli(val: &Option<i64>) -> Option<i64>
Expand description
This function computes the duration (in milliseconds) of the given daytime-interval.
pub fn dt_to_milli(val: &Option<i64>) -> Option<i64>
This function computes the duration (in milliseconds) of the given daytime-interval.