Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: simple field reference extended expression builder #71

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tokoko
Copy link
Contributor

@tokoko tokoko commented Mar 15, 2025

Adds first (of many) extended expression builder functions.
column resolves field by name and build the most common variety of a field reference expression.
I've chosen to implement the function with currying.
I suspect often onle the column name will be provided by the user initially.
Base schema will be injected later on by the system whenever expression is invoked.

Copy link

ACTION NEEDED

Substrait follows the Conventional Commits
specification
for
release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant