“级联”在哪里? PyCascading 中定义的对象

发布于 2025-01-12 00:56:44 字数 754 浏览 2 评论 0原文

令人惊叹的 PyCascading 包的许多 Python 源代码文件都引用了 < code>cascading.someobject 在其标头中。例如

from cascading.tuple import Fields, Tuple, TupleEntry
from cascading.operation.aggregator import *
from cascading.operation.filter import *

(来自 pycascading/helpers.py

cascading 在哪里定义或安装?

我假设 cascadingCascading 的包装器,但我不知道如何包裹发生(请原谅我对此的陌生)。我检查了 PyPi 和 pip install cascading 返回“未找到匹配的发行版”。

Many of the Python source code files for the amazing PyCascading package have references to cascading.someobject in their header. E.g.

from cascading.tuple import Fields, Tuple, TupleEntry
from cascading.operation.aggregator import *
from cascading.operation.filter import *

(from pycascading/helpers.py)

Where is cascading defined or installed?

I assume cascading is a wrapper to Cascading, but I don't see how the wrapping occurs (forgive my newness to this). I checked PyPi and pip install cascading returned "No matching distribution found".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文