lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

Default Return Type #31

Open ns-blee opened 1 year ago

ns-blee commented 1 year ago

Is the default return type of TableCell a string? If not, where can I change that? Am I missing some setting in BQ?

Thank you for your help!

lquerel commented 1 year ago

The value in TableCell is a json value so it can be i64, f64, bool, string, ... Could you be more explicit and point to the problematic part of the source code? Thanks.

ns-blee commented 1 year ago

Im not sure what the cause of my problem is. For some reason all TableCells are encoded as serde_json String()

ns-blee commented 1 year ago

Can I set the type being sent from BQ?