How to convert io.trino.jdbc.Row to java object #14923
Unanswered
ceciliazcx
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The other alternative is to read into a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The data set I work with is nested data.
resultSet.getObject(id)
will return the data as following (but much more complicated) and data type isio.trino.jdbc.Row
.I tried to read data from
io.trino.jdbc.Row
butgetFields()
does not work. and it seems the only way I can do istoString()
. Is there other thing I can try to read fromio.trino.jdbc.Row
?Beta Was this translation helpful? Give feedback.
All reactions