Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cn/guides/00-products/01-dee/10-enterprise-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import DatabendTable from '@site/src/components/DatabendTable';
| [Ngram 索引 (Ngram Index)](/guides/performance/ngram-index) | 查询性能 | 通过通配符搜索加速 LIKE 模式匹配查询。 |
| [虚拟列 (Virtual Column)](/sql/sql-commands/ddl/virtual-column) | 查询性能 | 对 VARIANT 数据零配置性能优化,自动加速 JSON 查询。 |
| [动态列 (Dynamic Column)](/sql/sql-commands/ddl/table/ddl-create-table#computed-columns) | 查询性能 | 通过存储或虚拟计算模式,从标量表达式自动生成列。 |
| [Python UDF](/guides/query/advanced/udf#python-requires-databend-enterprise) | 高级分析 | 使用内置处理器在 SQL 查询中执行 Python 代码。 |
| [Python UDF](/sql/sql-commands/ddl/udf/ddl-create-function-embedded#python) | 高级分析 | 使用内置处理器在 SQL 查询中执行 Python 代码。 |
| [ATTACH TABLE](/sql/sql-commands/ddl/table/attach-table) | 数据共享 | 创建指向现有表数据的只读链接,实现跨环境零拷贝访问。 |
| [流 (Stream)](/sql/sql-commands/ddl/stream) | 变更数据捕获 | 跟踪并捕获表变更,用于增量数据处理。 |
| [清理临时文件 (Vacuum Temp Files)](/sql/sql-commands/administration-cmds/vacuum-temp-files) | 存储管理 | 清理临时文件(连接、聚合、排序溢出文件),释放存储空间。 |
Expand Down Expand Up @@ -166,4 +166,4 @@ tbody={[
['部署与升级', '✕', '✓'],
['运维支持', '✕', '✓'],
]}
/>
/>
4 changes: 2 additions & 2 deletions docs/cn/guides/51-ai-functions/01-external-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ LIMIT 5;

## 了解更多

- **[外部函数指南](/guides/query/advanced/external-function)** - 完整的设置和部署说明
- **[Databend Cloud](https://databend.cn)** - 使用免费账户试用外部函数
- **[外部函数指南](/guides/ai-functions/external-functions)** - 完整的设置和部署说明
- **[Databend Cloud](https://databend.cn)** - 使用免费账户试用外部函数
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This page provides an updated list of available enterprise features. To access t
| [Ngram Index](/guides/performance/ngram-index) | Query Performance | Accelerate LIKE pattern matching queries with wildcard searches. |
| [Virtual Column](/sql/sql-commands/ddl/virtual-column) | Query Performance | Automatically accelerate JSON queries with zero-configuration performance optimization for VARIANT data. |
| [Dynamic Column](/sql/sql-commands/ddl/table/ddl-create-table#computed-columns) | Query Performance | Generate columns automatically from scalar expressions with stored or virtual calculation modes. |
| [Python UDF](/guides/query/advanced/udf#python-requires-databend-enterprise) | Advanced Analytics | Execute Python code within SQL queries using built-in handler. |
| [Python UDF](/sql/sql-commands/ddl/udf/ddl-create-function-embedded#python) | Advanced Analytics | Execute Python code within SQL queries using built-in handler. |
| [ATTACH TABLE](/sql/sql-commands/ddl/table/attach-table) | Data Sharing | Create read-only links to existing table data with zero-copy access across environments. |
| [Stream](/sql/sql-commands/ddl/stream) | Change Data Capture | Track and capture table changes for incremental data processing. |
| [Vacuum Temp Files](/sql/sql-commands/administration-cmds/vacuum-temp-files) | Storage Management | Clean up temporary files (join, aggregate, sort spills) to free storage space. |
Expand Down
4 changes: 2 additions & 2 deletions docs/en/guides/51-ai-functions/01-external-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ LIMIT 5;

## Learn More

- **[External Functions Guide](/guides/query/advanced/external-function)** - Complete setup and deployment instructions
- **[Databend Cloud](https://databend.com)** - Try external functions with a free account
- **[External Functions Guide](/guides/ai-functions/external-functions)** - Complete setup and deployment instructions
- **[Databend Cloud](https://databend.com)** - Try external functions with a free account
4 changes: 0 additions & 4 deletions docs/en/guides/54-query/00-basics/_category_.json

This file was deleted.

90 changes: 0 additions & 90 deletions docs/en/guides/54-query/00-basics/aggregating-data.md

This file was deleted.

103 changes: 0 additions & 103 deletions docs/en/guides/54-query/00-basics/filtering-selection.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/en/guides/54-query/00-basics/groupby/_category_.json

This file was deleted.

77 changes: 0 additions & 77 deletions docs/en/guides/54-query/00-basics/groupby/group-by-cube.md

This file was deleted.

Loading
Loading