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

babelfish-for-postgresql / babelfish_extensions / 9608887415
74%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL_4_X_DEV
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 21 Jun 2024 06:15AM 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

21 Jun 2024 05:41AM UTC coverage: 73.362% (+0.02%) from 73.345%
9608887415

push

github

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

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%)

42117 of 57410 relevant lines covered (73.36%)

106361.16 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
83.58
0.44% contrib/babelfishpg_tsql/src/iterative_exec.c
Jobs
ID Job ID Ran Files Coverage
1 9608887415.1 21 Jun 2024 06:15AM UTC 114
73.36
GitHub Action Run
Source Files on build 9608887415
  • Tree
  • List 114
  • Changed 42
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #9608887415
  • 794c31c4 on github
  • Prev Build on BABEL_3_X_DEV (#9568439596)
  • Next Build on BABEL_3_X_DEV (#9674392331)
  • 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

© 2026 Coveralls, Inc