Function datafusion::functions::datetime::expr_fn::make_date

source ยท
pub fn make_date(year: Expr, month: Expr, day: Expr) -> Expr
Expand description

make a date from year, month and day component parts