pub fn make_timestamp_ntz(
years: impl Into<Column>,
months: impl Into<Column>,
days: impl Into<Column>,
hours: impl Into<Column>,
mins: impl Into<Column>,
) -> Column
Expand description
Create local date-time from years, months, days, hours, mins, secs fields.