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

georgia-tech-db / eva / e8fb74be-5068-4821-b8e1-1faf90dbfe02
68%
master: 0%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 19 Sep 2023 03:11PM UTC
Jobs 2
Files 0
Run time 1s
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% (-80.1%) from 80.067%
e8fb74be-5068-4821-b8e1-1faf90dbfe02

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

Jobs
ID Job ID Ran Files Coverage
1 e8fb74be-5068-4821-b8e1-1faf90dbfe02.1 19 Sep 2023 03:11PM UTC 0
0.0
2 e8fb74be-5068-4821-b8e1-1faf90dbfe02.2 19 Sep 2023 03:22PM UTC 0
0.0
Source Files on build e8fb74be-5068-4821-b8e1-1faf90dbfe02
Detailed source file information is not available for this build.
  • Back to Repo
  • 5dc22820 on github
  • Prev Build on 1163-model-train-with-ludwig-does-not-return-panda-dataframe-on-colab (#8CF9947C...)
  • Next Build on staging (#9A689F79...)
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

© 2025 Coveralls, Inc