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

gluesql / gluesql / 31076816134
99%

Build:
DEFAULT BRANCH: main
Ran 06 Aug 2026 06:26AM UTC
Jobs 1
Files 370
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

06 Aug 2026 06:17AM UTC coverage: 98.885% (+0.3%) from 98.603%
31076816134

push

github

web-flow
Evolve query plans into a typed execution pipeline (#1937)

Replace the AST-shaped query plan and SELECT execution path with a concrete, typed execution pipeline.
This completes the query pipeline conversion for SELECT and VALUES.

The intended SELECT execution order is:

```text
Source
  -> Join
  -> Filter
  -> Aggregate
  -> Project
  -> Order By
  -> Distinct
  -> Offset
  -> Limit
```

VALUES follows its own typed path:

```text
Values
  -> Order By
  -> Offset
  -> Limit
```

Each plan state accepts only its valid preceding states.
The query builder mirrors the same relationships at compile time,
and the executor evaluates the resulting nodes from the inner input outward.

12997 of 13024 new or added lines in 107 files covered. (99.79%)

52772 of 53367 relevant lines covered (98.89%)

1551.83 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
99.56
core/src/planner/hash_join.rs
5
99.44
core/src/planner/index.rs
3
84.81
-0.48% test-suite/src/tester.rs
2
98.92
core/src/executor/insert/schemaful.rs
2
97.83
core/src/executor/query/order_by/select.rs
2
98.08
core/src/executor/query/source/table.rs
2
99.52
-0.48% core/src/plan/statement/query.rs
2
99.23
core/src/planner/primary_key/lookup.rs
1
96.67
core/src/executor/query/distinct.rs
1
97.14
core/src/executor/query/limit.rs
1
95.0
-5.0% core/src/executor/select.rs
1
99.92
core/src/planner/primary_key.rs
Jobs
ID Job ID Ran Files Coverage
1 31076816134.1 06 Aug 2026 06:26AM UTC 370
98.89
GitHub Action Run
Source Files on build 31076816134
  • Tree
  • List 370
  • Changed 36
  • Source Changed 0
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 69ceffe7 on github
  • Prev Build on main (#30928564351)
  • Next Build on main (#31476332432)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc