apache / apache/datafusion-python
RFC: Refactor functions into Expressions namespaces and functions on the Expr directly
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 604
- Fork
- 174
- Merge medio
- 1g 7h
- PR unite (30g)
- 4
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.