@@ -25295,25 +25295,32 @@ def try_make_timestamp_ntz(
25295
25295
----------
25296
25296
yearsOrDate : :class:`~pyspark.sql.Column` or column name
25297
25297
Either:
25298
- - The year to represent, from 1 to 9999;
25299
- for timsetamp creation based on year, month, day, hour, minute and second.
25300
- - The date to represent, in valid DATE format;
25301
- for timsetamp creation based on date and time.
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.
25303
+
25302
25304
monthsOrTime : :class:`~pyspark.sql.Column` or column name
25303
25305
Either:
25304
- - The month-of-year to represent, from 1 (January) to 12 (December);
25305
- for timsetamp creation based on year, month, day, hour, minute and second.
25306
- - The time to represent, in valid TIME format;
25307
- for timsetamp creation based on date and time.
25306
+
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.
25311
+
25308
25312
days : :class:`~pyspark.sql.Column` or column name, optional
25309
25313
The day-of-month to represent, from 1 to 31;
25310
25314
only used for timsetamp creation based on year, month, day, hour, minute and second.
25315
+
25311
25316
hours : :class:`~pyspark.sql.Column` or column name, optional
25312
25317
The hour-of-day to represent, from 0 to 23;
25313
25318
only used for timsetamp creation based on year, month, day, hour, minute and second.
25319
+
25314
25320
mins : :class:`~pyspark.sql.Column` or column name, optional
25315
25321
The minute-of-hour to represent, from 0 to 59;
25316
25322
only used for timsetamp creation based on year, month, day, hour, minute and second.
25323
+
25317
25324
secs : :class:`~pyspark.sql.Column` or column name, optional
25318
25325
The second-of-minute and its micro-fraction to represent, from 0 to 60.
25319
25326
The value can be either an integer like 13 , or a fraction like 13.123.
0 commit comments