Allow "str" for function arguments that accept "col" expressions
还没有人认领这个 Issue。
评估
调研方向
查看 datafusion-python 绑定中接受列表达式的函数,可能在 datafusion 或 datafusion.expr 模块中。识别处理列参数的位置,并修改它们以同时接受字符串字面量。参考现有的 PR #1563 以了解类似模式。相应地更新文档字符串。运行测试套件以确保现有功能保持完好。
由索引模型根据 Issue 内容生成。
描述
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is an extension of https://github.com/apache/datafusion-python/pull/1563 and similar PRs.
I tried to write total_size = st.aggregate([], [F.sum("some_column")]) but realized I had to wrap some_column in dfn.col.
Describe the solution you'd like
I'd like functions that take a column as an argument to also accept a string so I can just pass the column name.
Describe alternatives you've considered
Wrapping it myself.
Additional context
If we update this similar to other interface generalizations we should update the doc strings to reflect this simplification.
- 主要语言
- Python
- 星标
- 605
- 派生
- 176
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 8
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
apache/datafusion-python 的其他 Issue
-
documentation
难度 2/5 1-3 小时 新手友好度 72/100
apache/datafusion-python#1726 ·
-
难度 2/5 半天 新手友好度 88/100
apache/datafusion-python#1691 ·
-
bug
难度 2/5 1-3 小时 新手友好度 78/100
apache/datafusion-python#1644 ·
-
enhancement
难度 5/5 一周以上 新手友好度 30/100
apache/datafusion-python#1737 ·
-
难度 3/5 1-2 天 新手友好度 76/100
apache/datafusion-python#1735 · 1 条评论 ·
查看 apache/datafusion-python 的全部 Issue
相似的 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
canonical/paas-charm#368 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
tech debt
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 1/5 1 小时以内 新手友好度 90/100
StevenBlack/hosts#3256 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
qualcomm/qai-appbuilder#275 ·