How to parse the timestamp data from TRINO async response? #22898
Unanswered
poragchowdhury
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We want to parse
timestamp
andtimestamp with time zone
data from the TRINO async response. Can someone please help me find the appropriate parser for this?AbstractTrinoResultSet.java contains methods called
parseTimestampWithTimeZoneAsSqlTimestamp
andparseTimestampAsSqlTimestamp
, but we cannot use them directly to parse timestamp data as we are outside of the package. What options do we have here?I appreciate any help you can give me.
Beta Was this translation helpful? Give feedback.
All reactions