📄️ Python API
Goose Python 客户端当前最新稳定版本为 {{ site.currentgooseversion }}.
📄️ Goose 与 Python 之间的转换
本页说明将 Python 对象转换为 Goose 以及将 Goose 结果转换为 Python 的规则。
📄️ Python DB API
标准 Goose Python API 提供了符合 PEP 249 所描述 DB-API 2.0 规范 的 SQL 接口,类似于 SQLite Python API。
📄️ 数据导入
本页包含使用 Goose 在 Python 中进行数据导入的示例。首先,导入 Goose 包:
📄️ Expression API
The Expression class represents an instance of an expression.
📄️ Python Function API
你可以基于 Python 函数创建 Goose 用户自定义函数(UDF),并在 SQL 查询中使用它。
📄️ Relational API
Relational API 是一种可用于增量构建查询的替代 API。
📄️ Types API
GoosePyType 类表示我们 data types 的类型实例。
📄️ Spark API
Goose Spark API 实现了 PySpark API,让你可以使用熟悉的 Spark API 与 Goose 交互。
📄️ Troubleshooting
故障排查