We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f2ad8 commit b8e220bCopy full SHA for b8e220b
docs/cn/sql-reference/00-sql-reference/31-system-tables/system-build-options.md
@@ -4,8 +4,8 @@ title: system.build_options
4
5
该系统表描述了当前 Databend 版本的构建选项。
6
7
-- `cargo_features`: 已启用的包特性,这些特性在 `Cargo.toml` 的 `[features]` 部分中列出。
8
-- `target_features`: 已为当前编译目标启用的平台特性。参考:[Conditional Compilation - `target_feature`](https://doc.rust-lang.org/reference/conditional_compilation.html#target_feature)。
+- `cargo_features`: 已启用的包功能,这些功能在 `Cargo.toml` 的 `[features]` 部分中列出。
+- `target_features`: 已为当前编译目标启用的平台功能。参考:[Conditional Compilation - `target_feature`](https://doc.rust-lang.org/reference/conditional-compilation.html#target_feature)。
9
10
```sql
11
SELECT * FROM system.build_options;
0 commit comments