apache / apache/datafusion-python
RFC: Refactor functions into Expressions namespaces and functions on the Expr directly
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 604
- Fork
- 174
- Merge trung bình
- 1 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 4
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.