anthonylouisbsb commented on pull request #9877: URL: https://github.com/apache/arrow/pull/9877#issuecomment-814554682
Added the implementation for UNIX_TIMESTAMP functions: - UNIX_TIMESTAMP([string] timestring, [string] format) - Gives the Unix time for the date in timestring using the format specified in format. - UNIX_TIMESTAMP([string] timestring) - Gives the Unix time for the date in timestring assuming a format of ‘YYYY-MM-DD HH24:MI:SS’. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
