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: add dmlStatistics support #1431

Merged
merged 3 commits into from Jul 8, 2021

Commits on Jul 8, 2021

  1. feat: add dmlStatistics support

    Provides detailed statistics for DML statements Present only for DML statements INSERT, UPDATE, DELETE or TRUNCATE.
    
    Towards b/186432630
    stephaniewang526 committed Jul 8, 2021
    Copy the full SHA
    7841de6 View commit details
    Browse the repository at this point in the history
  2. address comment

    stephaniewang526 committed Jul 8, 2021
    Copy the full SHA
    0fd08a1 View commit details
    Browse the repository at this point in the history
  3. format code

    stephaniewang526 committed Jul 8, 2021
    Copy the full SHA
    cd50ccd View commit details
    Browse the repository at this point in the history