@@ -25296,18 +25296,20 @@ def try_make_timestamp_ntz(
25296
25296
yearsOrDate : :class:`~pyspark.sql.Column` or column name
25297
25297
Either:
25298
25298
25299
- - The year to represent, from 1 to 9999;
25300
- for timsetamp creation based on year, month, day, hour, minute and second.
25301
- - The date to represent, in valid DATE format;
25302
- for timsetamp creation based on date and time.
25299
+ - The year to represent, from 1 to 9999;
25300
+ for timsetamp creation based on year, month, day, hour, minute and second.
25301
+
25302
+ - The date to represent, in valid DATE format;
25303
+ for timsetamp creation based on date and time.
25303
25304
25304
25305
monthsOrTime : :class:`~pyspark.sql.Column` or column name
25305
25306
Either:
25306
25307
25307
- - The month-of-year to represent, from 1 (January) to 12 (December);
25308
- for timsetamp creation based on year, month, day, hour, minute and second.
25309
- - The time to represent, in valid TIME format;
25310
- for timsetamp creation based on date and time.
25308
+ - The month-of-year to represent, from 1 (January) to 12 (December);
25309
+ for timsetamp creation based on year, month, day, hour, minute and second.
25310
+
25311
+ - The time to represent, in valid TIME format;
25312
+ for timsetamp creation based on date and time.
25311
25313
25312
25314
days : :class:`~pyspark.sql.Column` or column name, optional
25313
25315
The day-of-month to represent, from 1 to 31;
0 commit comments