-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
PROPOSAL EPICA proposal being discussed that is not yet fully underwayA proposal being discussed that is not yet fully underwayenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
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 #14514 which is on supporting Sql features that make SQL easier to write and read.
Describe the solution you'd like
Datafusion supports the pipe operator, which will allow writing queries more ergonomically.
- WHERE Support
WHERE,ORDER BY,LIMIT,SELECT,EXTENDpipe operators #17278 - ORDER BY Support
WHERE,ORDER BY,LIMIT,SELECT,EXTENDpipe operators #17278 - LIMIT Support
WHERE,ORDER BY,LIMIT,SELECT,EXTENDpipe operators #17278 - SELECT Support
WHERE,ORDER BY,LIMIT,SELECT,EXTENDpipe operators #17278 - EXTEND Support
WHERE,ORDER BY,LIMIT,SELECT,EXTENDpipe operators #17278 - SET
- DROP
- AS Support
AS,UNION,INTERSECTION,EXCEPT,AGGREGATEpipe operators #17312 - AGGREGATE Support
AS,UNION,INTERSECTION,EXCEPT,AGGREGATEpipe operators #17312 - TABLESAMPLE
- RENAME
- UNION Support
AS,UNION,INTERSECTION,EXCEPT,AGGREGATEpipe operators #17312 - INTERSECT Support
AS,UNION,INTERSECTION,EXCEPT,AGGREGATEpipe operators #17312 - EXCEPT Support
AS,UNION,INTERSECTION,EXCEPT,AGGREGATEpipe operators #17312 - CALL
- PIVOT Support
JOIN,PIVOTpipe operators #17365 - UNPIVOT
- JOIN Support
JOIN,PIVOTpipe operators #17365
Describe alternatives you've considered
No response
Additional context
No response
xudong963, xin-hao-2025, haoxins, AdamGS and alan910127xin-hao-2025, haoxins and kiancmxin-hao-2025 and haoxinsxin-hao-2025 and haoxinsxin-hao-2025, haoxins and alexander-beedie
Metadata
Metadata
Assignees
Labels
PROPOSAL EPICA proposal being discussed that is not yet fully underwayA proposal being discussed that is not yet fully underwayenhancementNew feature or requestNew feature or request