File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/cn/sql-reference/00-sql-reference/31-system-tables Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: system.build_options
55该系统表描述了当前 Databend 版本的构建选项。
66
77- ` cargo_features ` : 已启用的包特性,这些特性在 ` Cargo.toml ` 的 ` [features] ` 部分中列出。
8- - ` target_features ` : 已为当前编译目标启用的平台特性。参考:[ Conditional Compilation - ` target_feature ` ] ( https://doc.rust-lang.org/reference/conditional_compilation .html#target_feature ) 。
8+ - ` target_features ` : 已为当前编译目标启用的平台特性。参考:[ Conditional Compilation - ` target_feature ` ] ( https://doc.rust-lang.org/reference/conditional-compilation .html#target_feature ) 。
99
1010``` sql
1111SELECT * FROM system .build_options ;
@@ -18,4 +18,4 @@ SELECT * FROM system.build_options;
1818| | sse2 |
1919+ -- --------------+---------------------+
20204 rows in set (0 .031 sec)
21- ```
21+ ```
You can’t perform that action at this time.
0 commit comments