apache / apache/datafusion-python
RFC: Refactor functions into Expressions namespaces and functions on the Expr directly
オープン
enhancement
- 主要言語
- Python
- スター
- 604
- フォーク
- 174
- 平均マージ
- 1日 7時間
- マージ済み PR(30日)
- 4
説明
One thing I disliked a lot about pyspark was the Functions. Since most of if not all DataFusion.functions take in an expression and return an expression, we could rework this in the Expr namespaces, this should help finding the right expressions much easier, some examples:
- `col().dt.current_date()`
- `col().list.ndims()`
I am happy to start working on this and creating a full list of how the Expr and Expr.namespaces can look like
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。