Replies: 3 comments 7 replies
-
|
Thanks for reporting. Let's increase the visibility of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
With that change, is this how to access Record? |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to use csi (or tabix) to get data and I can get the
IndexedRecordtrait items, but I'd like to downcast to theRecordso I can get to fields other than those inIndexedRecord.If I am not mistaken,
Recordis indeed public, but there is no way to access it.I try, for example:
and see:
Perhaps I miss something, but I think adding
to io.rs would suffice. If you agree, I can make a PR.
Beta Was this translation helpful? Give feedback.
All reactions