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

AfterShip / clickhouse-sql-parser / 19489508572
51%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2025 04:11AM UTC
Jobs 1
Files 14
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

19 Nov 2025 04:11AM UTC coverage: 50.979% (+0.02%) from 50.959%
19489508572

push

github

web-flow
Add support for table functions in CREATE TABLE AS statements (#214)

This commit adds support for using table functions like remoteSecure()
and remote() in CREATE TABLE AS statements when column definitions are
present, and fixes support for AS SELECT without parentheses.

The parser now supports table creations such as:
- CREATE TABLE (...) AS remoteSecure('host', 'db', 'table', 'user', 'pass')
- CREATE TABLE (...) AS remote('host', 'db', 'table')
- CREATE TABLE AS SELECT ... (without parentheses)
- CREATE TABLE (...) AS SELECT ... (without parentheses)

40 of 86 new or added lines in 3 files covered. (46.51%)

2 existing lines in 2 files now uncovered.

7891 of 15479 relevant lines covered (50.98%)

2009.95 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
41.75
-0.02% parser/walk.go
5
40.43
0.01% parser/ast.go
39
68.07
-0.07% parser/parser_table.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
40.43
0.01% parser/ast.go
1
68.07
-0.07% parser/parser_table.go
Jobs
ID Job ID Ran Files Coverage
1 19489508572.1 19 Nov 2025 04:11AM UTC 14
50.98
GitHub Action Run
Source Files on build 19489508572
  • Tree
  • List 14
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4466b5c9 on github
  • Prev Build on master (#19451319840)
  • Next Build on master (#19522671202)
  • 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