Skip to content

Tracking Issue: Duckdb projection expression pushdown #8310

@myrrc

Description

@myrrc

We want to push down scalar (and, in the future, aggregate) functions that are part of SELECT into vortex.

Example: SELECT strlen(col) doesn't need to decompress the strings.

Duckdb PR for type pushdown which is the same mechanism: duckdb/duckdb#22788
Vortex draft PR with byte_length pushdown #8303

Issues to solve:

Metadata

Metadata

Assignees

Labels

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

Type

No type
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