make_date(year = BIGINT, month = BIGINT, day = BIGINT): The date for the given parts.make_date(date.struct = `STRUCT("year" BIGINT, "month" BIGINT, "day" BIGINT)`): The date for the given struct.make_date(col0 = INTEGER): (Description missing.)
make_date(year = BIGINT, month = BIGINT, day = BIGINT): The date for the given parts.
make_date(date.struct = `STRUCT("year" BIGINT, "month" BIGINT, "day" BIGINT)`): The date for the given struct.
make_date(col0 = INTEGER): (Description missing.)