goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
845 stars 108 forks source link

Support for the "LAX" functions (e.g. LAX_INT64) #243

Open amh4r opened 1 year ago

amh4r commented 1 year ago

Love your emulator -- it's covered the vast majority of our BigQuery usage so far. But now I need to implement a query that uses the LAX functions and I get an error about them not existing:

Function not found: LAX_INT64

https://cloud.google.com/bigquery/docs/reference/standard-sql/json_functions#lax_int64

I'd really appreciate you adding them! Thanks so much

amh4r commented 1 year ago

Should this be an issue for your go-zetasql repo?