Skip to content

Support SQL pipe operator #1758

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

Open
simonvandel opened this issue Mar 9, 2025 · 0 comments
Open

Support SQL pipe operator #1758

simonvandel opened this issue Mar 9, 2025 · 0 comments

Comments

@simonvandel
Copy link

Google BigQuery is releasing support for a pipe operator in their supported Sql dialect. See https://cloud.google.com/bigquery/docs/pipe-syntax-guide and https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/

Databricks seem to be supporting a similar operator https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-pipeop.html

Relates to apache/datafusion#14660 which is the Datafusion part

simonvandel added a commit to simonvandel/datafusion-sqlparser-rs that referenced this issue Mar 9, 2025
Part of apache#1758

Still missing
- join
- union|intersect|except
- call
- tablesample
- pivot
- unpivot
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

No branches or pull requests

1 participant