#22949·cudf

在 cudf-polars 中使用 Quent 绑定

作者: TomAugspurger创建于 2026年6月23日更新于 2026年9月14日
标签Pythonimprovementcudf-polars

https://GitHub.com/rapidsai/quent/pull/140 添加了自动生成的 Python 绑定,用于 Quent 的类型。在 https://GitHub.com/rapidsai/cudf/pull/22337 中,我们基本上是手动重现这些绑定。本问题用于跟踪 cudf-polars 如何使用 quent 自动生成的绑定,这使我们能够从 `cudf_polars/quent/_types.py` 中删除大部分代码。