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

georgia-tech-db / eva / b8449b3c-2617-4cb5-babf-0c08f37c4c66 / 1
80%
master: 0%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 19 Sep 2023 05:11PM UTC
Files 0
Run time 0s
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 Sep 2023 03:07PM UTC coverage: 0.0%. Remained the same
b8449b3c-2617-4cb5-babf-0c08f37c4c66.1

push

circle-ci

web-flow
feat: add support for enabling ORDER BY on non projected columns (#1155)

In response to PR #1147, we've introduced support for the use of ORDER
BY on non-projected columns

```
SELECT name FROM meme_images
ORDER BY Similarity(SiftFeatureExtractor(Open("{}")), SiftFeatureExtractor(data))
LIMIT 1;

SELECT FaceDetector(data) FROM MyVideo WHERE id < 5 order by scores;

SELECT AirForecast(12) order by y;

Select name FROM meme_images ORDER BY name;
```

The following query won't work. 

`Select name AS n FROM meme_images ORDER BY n;`

Currently, we execute projection as the last operation. Only when a
function expression is present it is executed before projection,
allowing its use in ORDER BY. A complete fix will require us to redesign
the binder. Right now, we've decided to defer this task because there is
no urgency to support it.

Ref:
https://github.com/duckdb/duckdb/blob/52a47a6b3/src/planner/expression_binder/order_binder.cpp#L68

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job b8449b3c-2617-4cb5-babf-0c08f37c4c66.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 5dc22820 on github
  • Prev Job for on update_llm_apps (#8cf9947c-d153-4819-81e2-b78483b62fe4.2)
  • Next Job for on update_llm_apps (#ddf264ae-5420-4393-8382-bd1b6165e838.2)
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