evidence-dev / sqltools-bigquery-driver

Query and Explore BigQuery from VSCode
https://marketplace.visualstudio.com/items?itemName=Evidence.sqltools-bigquery-driver
MIT License
40 stars 5 forks source link

Support STRUCT result types #28

Open archiewood opened 2 months ago

archiewood commented 2 months ago
select struct(1 as a, 2 as b) as struct_col

Current behaviour

struct_col
---
NULL