Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigquery): add support for allowing Javascript UDFs to indicate determinism #3534

Merged

Commits on Jan 12, 2021

  1. feat: add support for allowing Javascript UDFs to indicate determinism

    BigQuery supports javascript UDFs, which allow users to define function
    bodies to be executed via javascrtipt.  Allowing users to indicate
    determinism level of the UDF helps the query engine make more efficient
    choices around aspects like query caching.
    
    Fixes: googleapis#3533
    shollyman committed Jan 12, 2021
    Copy the full SHA
    c50be46 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2bee86a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cdcecc6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9dd2e17 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    30cdfce View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fr-routine-determinism' of github.com:shollyman/google-…

    …cloud-go into fr-routine-determinism
    shollyman committed Jan 12, 2021
    Copy the full SHA
    ce5503a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Copy the full SHA
    3326111 View commit details
    Browse the repository at this point in the history