• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 9591191861
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL-5577
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 20 Jun 2024 04:09AM UTC
Jobs 1
Files 114
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Jun 2024 03:31AM UTC coverage: 73.085% (+0.02%) from 73.069%
9591191861

push

github

web-flow
Add support to show ANTLR Batch parsing time along with other explain information (#2647)

This commit adds support to show ANTLR parsing time with EXPLAIN info. With this change, query plan would look like following:
```
1> select 1 + 1
2> select 'abc' + 'def'
3> go

-----------
          2

(1 rows affected)
QUERY PLAN
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Query Text: select 1 + 1
Result  (cost=0.00..0.01 rows=1 width=4) (actual time=0.002..0.002 rows=1 loops=1)
Planning Time: 0.389 ms
Execution Time: 0.057 ms

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
abcdef

(1 rows affected)
QUERY PLAN
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Query Text: select 'abc' + 'def'
Result  (cost=0.00..0.01 rows=1 width=32) (actual time=0.025..0.026 rows=1 loops=1)
Planning Time: 0.219 ms
Execution Time: 0.083 ms

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Babelfish T-SQL Batch Parsing Time: 103.177 ms
```

Task: BABEL-3650
Signed-off-by: Dipesh Dhameliya <dddhamel@amazon.com>

41 of 43 new or added lines in 2 files covered. (95.35%)

42353 of 57950 relevant lines covered (73.09%)

108365.09 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
83.56
0.44% contrib/babelfishpg_tsql/src/iterative_exec.c
Jobs
ID Job ID Ran Files Coverage
1 9591191861.1 20 Jun 2024 04:09AM UTC 114
73.09
GitHub Action Run
Source Files on build 9591191861
  • Tree
  • List 114
  • Changed 38
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #9591191861
  • 245d7ce9 on github
  • Prev Build on BABEL_4_X_DEV (#9554254032)
  • Next Build on BABEL_4_X_DEV (#9596046248)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc