mdayakar commented on code in PR #115: URL: https://github.com/apache/hive-site/pull/115#discussion_r3913861222
########## content/docs/latest/user/hive-hplsql/functions/to-timestamp.md: ########## @@ -0,0 +1,46 @@ +--- +title: "Apache Hive : TO_TIMESTAMP Function - HPL/SQL Reference" +date: 2026-08-12 +--- + +# Apache Hive : TO_TIMESTAMP Function - HPL/SQL Reference + +TO_TIMESTAMP function converts a string to TIMESTAMP data type using the specified format. + +**Syntax**: + +``` +TO_TIMESTAMP(string_expression, format_expression); +``` + +**Return Data Type:** + +TIMESTAMP + +**Format Elements**: + +| YYYY | 4-digit year | Review Comment: Fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
