Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix legacy issues #438

Merged
merged 2 commits into from
Nov 26, 2024
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
23 changes: 12 additions & 11 deletions src/.vuepress/sidebar/V1.3.3/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const enSidebar = {
],
},
{
text: 'Preparatory knowledge',
text: 'Background knowledge',
collapsible: true,
prefix: 'Preparatory-knowledge/',
prefix: 'Background-knowledge/',
children: [
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
Expand Down Expand Up @@ -94,7 +94,7 @@ export const enSidebar = {
{ text: 'Authority Management', link: 'Authority-Management' },
],
},
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'UDF', link: 'User-defined-function_apache' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{
text: 'Database Programming',
Expand Down Expand Up @@ -173,6 +173,15 @@ export const enSidebar = {
// children: 'structure',
children: [
{ text: 'SQL Manual', link: 'SQL-Manual' },
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
],
},
],
},
{
Expand Down Expand Up @@ -201,14 +210,6 @@ export const enSidebar = {
{ text: 'DataNode Config Manual', link: 'DataNode-Config-Manual' },
],
},
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'Functions and Operators', link: 'Operator-and-Expression' },
],
},
{
text: 'Syntax-Rule',
collapsible: true,
Expand Down
21 changes: 11 additions & 10 deletions src/.vuepress/sidebar/V1.3.3/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const zhSidebar = {
{
text: '预备知识',
collapsible: true,
prefix: 'Preparatory-knowledge/',
prefix: 'Background-knowledge/',
children: [
{ text: '数据类型', link: 'Data-Type' },
{ text: '集群相关概念', link: 'Cluster-Concept' },
Expand Down Expand Up @@ -94,7 +94,7 @@ export const zhSidebar = {
{ text: '权限管理', link: 'Authority-Management' },
],
},
{ text: '用户自定义函数', link: 'User-defined-function' },
{ text: '用户自定义函数', link: 'User-defined-function_apache' },
{ text: '连续查询', link: 'Database-Programming' },
{
text: '数据库编程',
Expand Down Expand Up @@ -173,6 +173,15 @@ export const zhSidebar = {
// children: 'structure',
children: [
{ text: 'SQL手册', link: 'SQL-Manual' },
{
text: '函数与运算符',
collapsible: true,
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
],
},
],
},
{
Expand Down Expand Up @@ -201,14 +210,6 @@ export const zhSidebar = {
{ text: 'DataNode配置参数', link: 'DataNode-Config-Manual' },
],
},
{
text: '函数与运算符',
collapsible: true,
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
],
},
{
text: '语法约定',
collapsible: true,
Expand Down
23 changes: 12 additions & 11 deletions src/.vuepress/sidebar_timecho/V1.3.3/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const enSidebar = {
],
},
{
text: 'Preparatory knowledge',
text: 'Background knowledge',
collapsible: true,
prefix: 'Preparatory-knowledge/',
prefix: 'Background-knowledge/',
children: [
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
Expand Down Expand Up @@ -101,7 +101,7 @@ export const enSidebar = {
{ text: 'Authority Management', link: 'Authority-Management' },
],
},
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'UDF', link: 'User-defined-function_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'Continuous Query', link: 'Database-Programming' },
Expand Down Expand Up @@ -186,6 +186,15 @@ export const enSidebar = {
// children: 'structure',
children: [
{ text: 'SQL Manual', link: 'SQL-Manual' },
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
],
},
],
},
{
Expand Down Expand Up @@ -214,14 +223,6 @@ export const enSidebar = {
{ text: 'DataNode Config Manual', link: 'DataNode-Config-Manual' },
],
},
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'Functions and Operators', link: 'Operator-and-Expression' },
],
},
{
text: 'Syntax-Rule',
collapsible: true,
Expand Down
21 changes: 11 additions & 10 deletions src/.vuepress/sidebar_timecho/V1.3.3/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const zhSidebar = {
{
text: '预备知识',
collapsible: true,
prefix: 'Preparatory-knowledge/',
prefix: 'Background-knowledge/',
children: [
{ text: '数据类型', link: 'Data-Type' },
{ text: '集群相关概念', link: 'Cluster-Concept' },
Expand Down Expand Up @@ -101,7 +101,7 @@ export const zhSidebar = {
{ text: '权限管理', link: 'Authority-Management' },
],
},
{ text: '用户自定义函数', link: 'User-defined-function' },
{ text: '用户自定义函数', link: 'User-defined-function_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '连续查询', link: 'Database-Programming' },
Expand Down Expand Up @@ -186,6 +186,15 @@ export const zhSidebar = {
// children: 'structure',
children: [
{ text: 'SQL手册', link: 'SQL-Manual' },
{
text: '函数与运算符',
collapsible: true,
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries_timecho' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
],
},
],
},
{
Expand Down Expand Up @@ -214,14 +223,6 @@ export const zhSidebar = {
{ text: 'DataNode配置参数', link: 'DataNode-Config-Manual' },
],
},
{
text: '函数与运算符',
collapsible: true,
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries_timecho' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
],
},
{
text: '语法约定',
collapsible: true,
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Tree/Basic-Concept/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ SessionDataSet executeAggregationQuery(
```

## `SELECT` CLAUSE
The `SELECT` clause specifies the output of the query, consisting of several `selectExpr`. Each `selectExpr` defines one or more columns in the query result. For select expression details, see document [Operator-and-Expression](./Operator-and-Expression.md).
The `SELECT` clause specifies the output of the query, consisting of several `selectExpr`. Each `selectExpr` defines one or more columns in the query result. For select expression details, see document [Operator-and-Expression](../SQL-Manual/Operator-and-Expression.md).

- Example 1:

Expand Down
Loading