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(spanner/spansql): support CAST and SAFE_CAST #5057

Merged
merged 5 commits into from Nov 3, 2021

Commits on Nov 1, 2021

  1. feat(spanner/spansql): support CAST and SAFE_CAST

    Adds support for the CAST and SAFE_CAST functions. This change also includes
    a small refactor of the function evaluation to allow the function evaluation to
    receive both parsing errors and type information for the arguments. This makes
    it easier to implement the SAFE versions of the functions.
    olavloite committed Nov 1, 2021
    Copy the full SHA
    6e5d779 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e714617 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ba388b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 3, 2021

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