Skip to content

Support scalar functions pushdown to Duckdb with LIMIT. #8764

Description

@myrrc

As an example, SELECT array_length("GT") FROM statpopgen LIMIT 1 produces
PROJECTION -> STREAMING_LIMIT -> READ_VORTEX query plan which breaks pushdown because
we don't have a PROJECTION -> GET chain.

We need to support this in scalar function pushdown pass and upstream it.

Metadata

Metadata

Assignees

Labels

ext/duckdbRelates to the DuckDB integrationtracking-issueShared implementation context for work likely to span multiple PRs.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions