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