forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev.json
314 lines (314 loc) · 11.5 KB
/
dev.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
{
"version.label": {
"message": "dev",
"description": "The label for version current"
},
"sidebar.docs.category.Getting Started": {
"message": "快速开始",
"description": "The label for category Getting Started in sidebar docs"
},
"sidebar.docs.category.Doris Introduction": {
"message": "Doris 介绍",
"description": "The label for category Doris Introduction in sidebar docs"
},
"sidebar.docs.category.Install and Deploy": {
"message": "安装部署",
"description": "The label for category Install and Deploy in sidebar docs"
},
"sidebar.docs.category.Docker Deployment": {
"message": "Docker 部署",
"description": "Make docker image and quickly start Doris's Docker cluster"
},
"sidebar.docs.category.Source Code Compilation": {
"message": "源码编译",
"description": "The label for category Compile in sidebar docs"
},
"sidebar.docs.category.Table Design": {
"message": "数据表设计",
"description": "The label for category Table Design in sidebar docs"
},
"sidebar.docs.category.Index": {
"message": "索引",
"description": "The label for category Index in sidebar docs"
},
"sidebar.docs.category.Data Operation": {
"message": "数据操作",
"description": "The label for category Data Operation in sidebar docs"
},
"sidebar.docs.category.Import": {
"message": "数据导入",
"description": "The label for category Import in sidebar docs"
},
"sidebar.docs.category.Import Scenes": {
"message": "按场景导入",
"description": "The label for category Import Scenes in sidebar docs"
},
"sidebar.docs.category.Import Way": {
"message": "按方式导入",
"description": "The label for category Import Way in sidebar docs"
},
"sidebar.docs.category.Export": {
"message": "导出",
"description": "The label for category Export in sidebar docs"
},
"sidebar.docs.category.Update and Delete": {
"message": "数据更新及删除",
"description": "The label for category Update and Delete in sidebar docs"
},
"sidebar.docs.category.Advanced Usage": {
"message": "进阶使用",
"description": "The label for category Advanced Usage in sidebar docs"
},
"sidebar.docs.category.Alter Table": {
"message": "表结构变更",
"description": "The label for category Alter Table in sidebar docs"
},
"sidebar.docs.category.Doris Partition": {
"message": "Doris 表分区",
"description": "The label for category Doris Partition in sidebar docs"
},
"sidebar.docs.category.Join Optimization": {
"message": "Join 优化",
"description": "The label for category Join Optimization in sidebar docs"
},
"sidebar.docs.category.Data Cache": {
"message": "数据缓存",
"description": "The label for category Data Cache in sidebar docs"
},
"sidebar.docs.category.Best Practice": {
"message": "最佳实践",
"description": "The label for category Best Practice in sidebar docs"
},
"sidebar.docs.category.Query Acceleration": {
"message": "查询加速",
"description": "The label for category Query Acceleration in sidebar docs"
},
"sidebar.docs.category.Ecosystem": {
"message": "生态扩展",
"description": "The label for category Ecosystem in sidebar docs"
},
"sidebar.docs.category.Doris Manager": {
"message": "Doris Manager",
"description": "The label for category Doris Manager in sidebar docs"
},
"sidebar.docs.category.SeaTunnel": {
"message": "SeaTunnel",
"description": "The label for category SeaTunnel in sidebar docs"
},
"sidebar.docs.category.UDAF": {
"message": "UDAF",
"description": "The label for category UDAF in sidebar docs"
},
"sidebar.docs.category.UDF": {
"message": "自定义函数",
"description": "The label for category UDF in sidebar docs"
},
"sidebar.docs.category.SQL Manual": {
"message": "SQL 手册",
"description": "The label for category SQL Manual in sidebar docs"
},
"sidebar.docs.category.SQL Functions": {
"message": "SQL 函数",
"description": "The label for category SQL Functions in sidebar docs"
},
"sidebar.docs.category.Array Functions": {
"message": "数组函数",
"description": "The label for category Array Functions in sidebar docs"
},
"sidebar.docs.category.Date Functions": {
"message": "日期函数",
"description": "The label for category Date Functions in sidebar docs"
},
"sidebar.docs.category.GIS Functions": {
"message": "地理位置函数",
"description": "The label for category GIS Functions in sidebar docs"
},
"sidebar.docs.category.String Functions": {
"message": "字符串函数",
"description": "The label for category String Functions in sidebar docs"
},
"sidebar.docs.category.Fuzzy Match": {
"message": "模糊匹配",
"description": "The label for category Fuzzy Match in sidebar docs"
},
"sidebar.docs.category.Regular Match": {
"message": "正则匹配",
"description": "The label for category Regular Match in sidebar docs"
},
"sidebar.docs.category.Aggregate Functions": {
"message": "聚合函数",
"description": "The label for category Aggregate Functions in sidebar docs"
},
"sidebar.docs.category.Bitmap Functions": {
"message": "Bitmap 函数",
"description": "The label for category Bitmap Functions in sidebar docs"
},
"sidebar.docs.category.Bitwise Functions": {
"message": "Bitwise 函数",
"description": "The label for category Bitwise Functions in sidebar docs"
},
"sidebar.docs.category.Conditional Functions": {
"message": "条件函数",
"description": "The label for category Conditional Functions in sidebar docs"
},
"sidebar.docs.category.JSON Functions": {
"message": "JSON 函数",
"description": "The label for category JSON Functions in sidebar docs"
},
"sidebar.docs.category.Hash Functions": {
"message": "Hash 函数",
"description": "The label for category Hash Functions in sidebar docs"
},
"sidebar.docs.category.HLL Functions": {
"message": "HLL 函数",
"description": "The label for category HLL Functions in sidebar docs"
},
"sidebar.docs.category.Numeric Functions": {
"message": "数学函数",
"description": "The label for category Numeric Functions in sidebar docs"
},
"sidebar.docs.category.Encryption Functions": {
"message": "加密和信息摘要函数",
"description": "The label for category Encryption Functions in sidebar docs"
},
"sidebar.docs.category.Table Functions": {
"message": "表函数",
"description": "The label for category Table Functions in sidebar docs"
},
"sidebar.docs.category.Analytic(Window) Functions": {
"message": "分析(窗口)函数",
"description": "The label for category Analytic(Window) Functions in sidebar docs"
},
"sidebar.docs.category.SQL Reference": {
"message": "SQL 手册",
"description": "The label for category SQL Reference in sidebar docs"
},
"sidebar.docs.category.Account Management": {
"message": "账户管理",
"description": "The label for category Account Management in sidebar docs"
},
"sidebar.docs.category.Cluster management": {
"message": "集群管理",
"description": "The label for category Cluster management in sidebar docs"
},
"sidebar.docs.category.DDL": {
"message": "DDL",
"description": "The label for category DDL in sidebar docs"
},
"sidebar.docs.category.Alter": {
"message": "Alter",
"description": "The label for category Alter in sidebar docs"
},
"sidebar.docs.category.Backup and Restore": {
"message": "备份及恢复",
"description": "The label for category Backup and Restore in sidebar docs"
},
"sidebar.docs.category.Create": {
"message": "Create",
"description": "The label for category Create in sidebar docs"
},
"sidebar.docs.category.Drop": {
"message": "Drop",
"description": "The label for category Drop in sidebar docs"
},
"sidebar.docs.category.DML": {
"message": "DML",
"description": "The label for category DML in sidebar docs"
},
"sidebar.docs.category.Load": {
"message": "Load",
"description": "The label for category Load in sidebar docs"
},
"sidebar.docs.category.Manipulation": {
"message": "操作",
"description": "The label for category Manipulation in sidebar docs"
},
"sidebar.docs.category.Database Administration": {
"message": "数据库管理",
"description": "The label for category Database Administration in sidebar docs"
},
"sidebar.docs.category.Show": {
"message": "Show",
"description": "The label for category Show in sidebar docs"
},
"sidebar.docs.category.Data Types": {
"message": "数据类型",
"description": "The label for category Data Types in sidebar docs"
},
"sidebar.docs.category.Utility": {
"message": "辅助命令",
"description": "The label for category Utility in sidebar docs"
},
"sidebar.docs.category.Admin Manual": {
"message": "管理手册",
"description": "The label for category Admin Manual in sidebar docs"
},
"sidebar.docs.category.cluster management": {
"message": "集群管理",
"description": "The label for category cluster management in sidebar docs"
},
"sidebar.docs.category.Data Admin": {
"message": "数据管理",
"description": "The label for category Data Admin in sidebar docs"
},
"sidebar.docs.category.Maintenance and Monitor": {
"message": "运维监控",
"description": "The label for category Maintenance and Monitor in sidebar docs"
},
"sidebar.docs.category.Monitor Metrics": {
"message": "监控指标",
"description": "The label for category Monitor Metrics in sidebar docs"
},
"sidebar.docs.category.Memory Management": {
"message": "内存管理",
"description": "The label for category Memory Management in sidebar docs"
},
"sidebar.docs.category.Config": {
"message": "配置管理",
"description": "The label for category Config in sidebar docs"
},
"sidebar.docs.category.User Privilege and Ldap": {
"message": "用户权限及认证",
"description": "The label for category User Privilege and Ldap in sidebar docs"
},
"sidebar.docs.category.System Table": {
"message": "System Table",
"description": "The label for category System Table in sidebar docs"
},
"sidebar.docs.category.HTTP API": {
"message": "HTTP API",
"description": "The label for category HTTP API in sidebar docs"
},
"sidebar.docs.category.FE": {
"message": "FE",
"description": "The label for category FE in sidebar docs"
},
"sidebar.docs.category.BE": {
"message": "BE",
"description": "The label for category BE in sidebar docs"
},
"sidebar.docs.category.FAQ": {
"message": "常见问题",
"description": "The label for category FAQ in sidebar docs"
},
"sidebar.docs.category.Benchmark": {
"message": "性能测试",
"description": "The label for category Benchmark in sidebar docs"
},
"sidebar.docs.category.Lakehouse": {
"message": "数据湖分析",
"description": "The label for category Lakehouse in sidebar docs"
},
"sidebar.docs.category.Multi Catalog": {
"message": "多源数据目录",
"description": "The label for category Lakehouse.Multi Catalog in sidebar docs"
},
"sidebar.docs.category.External Table": {
"message": "外部表",
"description": "The label for category Lakehouse.External Table in sidebar docs"
},
"sidebar.docs.category.Release notes": {
"message": "版本发布",
"description": "The label for category Release notes in sidebar docs"
}
}