You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nixxholas Are there currently any workaround to convert (deserialise) TableRow into a Struct via serde or maybe even directly into avro?
Looking at the code, it is not yet available, so curious about what options are there (except for hard-coding everything, which isn't good enough for my use-case)
Yeah examples regarding the data formats will be great. wanted something like arrow support as well. Actually the problem is when this examples are not public, the interoperability of this library with other libraries like pola-rs or maybe arrow becomes problematic.
Could be good if we showcase an example of how we can deserialise the rows into a sturct via serde or avro!
https://github.com/nixxholas/gcp-bigquery-client/blob/4c30e1ca25281f67c5de08902a8a360974ea8c65/examples/client.rs#L198
The text was updated successfully, but these errors were encountered: