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

AfterShip / clickhouse-sql-parser / 19473397941
51%
master: 52%

Build:
Build:
LAST BUILD BRANCH: support-nested-tuple-definitions
DEFAULT BRANCH: master
Ran 18 Nov 2025 04:28PM 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

18 Nov 2025 04:24PM UTC coverage: 50.979% (+0.02%) from 50.959%
19473397941

Pull #214

github

swgillespie
Add support for table functions in CREATE TABLE AS statements

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)
Pull Request #214: Add support for table functions in CREATE TABLE AS statements

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 19473397941.1 18 Nov 2025 04:28PM UTC 14
50.98
GitHub Action Run
Source Files on build 19473397941
  • Tree
  • List 14
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #214
  • PR Base - master (#19451319840)
  • 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