Function datafusion::physical_expr::math_expressions::trunc
source · pub fn trunc(args: &[Arc<dyn Array>]) -> Result<Arc<dyn Array>, DataFusionError>
Expand description
Truncate(numeric, decimalPrecision) and trunc(numeric) SQL function