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
10 changes: 5 additions & 5 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const enSidebar = {
{ text: 'Common Concepts', link: 'Cluster-Concept_apache' },
{ text: 'Timeseries Data Model', link: 'Navigating_Time_Series_Data' },
{ text: 'Modeling Scheme Design', link: 'Data-Model-and-Terminology_apache' },
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Data Type', link: 'Data-Type_apache' },
],
},
{
Expand Down Expand Up @@ -222,7 +222,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'overview', link: 'overview_apache' },
{ text: 'SELECT Clause', link: 'Select-Clause' },
{ text: 'SELECT Clause', link: 'Select-Clause_apache' },
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
{ text: 'WHERE Clause', link: 'Where-Clause' },
{ text: 'GROUP BY Clause', link: 'GroupBy-Clause' },
Expand All @@ -233,14 +233,14 @@ export const enSidebar = {
{ text: 'Nested Queries', link: 'Nested-Queries' },
],
},
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements_apache' },
{ text: 'Identifier', link: 'Identifier' },
{ text: 'Keywords', link: 'Keywords' },
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'Basis Functions', link: 'Basis-Function' },
{ text: 'Basis Functions', link: 'Basis-Function_apache' },
{ text: 'Featured Functions', link: 'Featured-Functions_apache' },
],
},
Expand All @@ -262,7 +262,7 @@ export const enSidebar = {
prefix: 'Reference/',
children: [
{ text: 'Sample Data', link: 'Sample-Data' },
{ text: 'Config Manual', link: 'System-Config-Manual' },
{ text: 'Config Manual', link: 'System-Config-Manual_apache' },
{ text: 'Status Codes', link: 'Status-Codes' },
{ text: 'System Tables', link: 'System-Tables_apache' },
],
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const enSidebar = {
text: 'Modeling Scheme Design',
link: 'Data-Model-and-Terminology_apache',
},
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Data Type', link: 'Data-Type_apache' },
],
},
{
Expand Down Expand Up @@ -138,7 +138,7 @@ export const enSidebar = {
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Cluster Maintenance', link: 'Load-Balance' },
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
{ text: 'Maintenance statement', link: 'Maintenance-commands_apache' },
],
},
],
Expand Down
10 changes: 5 additions & 5 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const zhSidebar = {
{ text: '常见概念', link: 'Cluster-Concept_apache' },
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_apache' },
{ text: '数据类型', link: 'Data-Type' },
{ text: '数据类型', link: 'Data-Type_apache' },
],
},
{
Expand Down Expand Up @@ -219,7 +219,7 @@ export const zhSidebar = {
collapsible: true,
children: [
{ text: '概览', link: 'overview_apache' },
{ text: 'SELECT子句', link: 'Select-Clause' },
{ text: 'SELECT子句', link: 'Select-Clause_apache' },
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
{ text: 'WHERE子句', link: 'Where-Clause' },
{ text: 'GROUP BY子句', link: 'GroupBy-Clause' },
Expand All @@ -230,14 +230,14 @@ export const zhSidebar = {
{ text: '嵌套查询', link: 'Nested-Queries' },
],
},
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },
{ text: '运维语句', link: 'SQL-Maintenance-Statements_apache' },
{ text: '标识符', link: 'Identifier' },
{ text: '保留字&关键字', link: 'Keywords' },
{
text: '函数与操作符',
collapsible: true,
children: [
{ text: '基础函数', link: 'Basis-Function' },
{ text: '基础函数', link: 'Basis-Function_apache' },
{ text: '特色函数', link: 'Featured-Functions_apache' },
],
},
Expand All @@ -259,7 +259,7 @@ export const zhSidebar = {
prefix: 'Reference/',
children: [
{ text: '示例数据', link: 'Sample-Data' },
{ text: '配置参数', link: 'System-Config-Manual' },
{ text: '配置参数', link: 'System-Config-Manual_apache' },
{ text: '状态码', link: 'Status-Codes' },
{ text: '系统表', link: 'System-Tables_apache' },
],
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const zhSidebar = {
{ text: '常见概念', link: 'Cluster-Concept_apache' },
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_apache' },
{ text: '数据类型', link: 'Data-Type' },
{ text: '数据类型', link: 'Data-Type_apache' },
],
},
{
Expand Down Expand Up @@ -129,7 +129,7 @@ export const zhSidebar = {
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '集群维护', link: 'Load-Balance' },
{ text: '运维语句', link: 'Maintenance-statement' },
{ text: '运维语句', link: 'Maintenance-statement_apache' },
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const enSidebar = {
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Load Balance', link: 'Load-Balance' },
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
{ text: 'Maintenance statement', link: 'Maintenance-commands_timecho' },
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const zhSidebar = {
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '负载均衡', link: 'Load-Balance' },
{ text: '运维语句', link: 'Maintenance-statement' },
{ text: '运维语句', link: 'Maintenance-statement_timecho' },
],
},
],
Expand Down
16 changes: 8 additions & 8 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const enSidebar = {
{ text: 'Common Concepts', link: 'Cluster-Concept_timecho' },
{ text: 'Timeseries Data Model', link: 'Navigating_Time_Series_Data' },
{ text: 'Modeling Scheme Design', link: 'Data-Model-and-Terminology_timecho' },
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Data Type', link: 'Data-Type_timecho' },
],
},
{
Expand Down Expand Up @@ -83,7 +83,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -161,9 +161,9 @@ export const enSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -250,7 +250,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'overview', link: 'overview_timecho' },
{ text: 'SELECT Clause', link: 'Select-Clause' },
{ text: 'SELECT Clause', link: 'Select-Clause_timecho' },
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
{ text: 'WHERE Clause', link: 'Where-Clause' },
{ text: 'GROUP BY Clause', link: 'GroupBy-Clause' },
Expand All @@ -262,14 +262,14 @@ export const enSidebar = {
{ text: 'Pattern Query', link: 'Row-Pattern-Recognition_timecho' },
],
},
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements_timecho' },
{ text: 'Identifier', link: 'Identifier' },
{ text: 'Keywords', link: 'Keywords' },
{
text: 'Functions and Operators',
collapsible: true,
children: [
{ text: 'Basis Functions', link: 'Basis-Function' },
{ text: 'Basis Functions', link: 'Basis-Function_timecho' },
{ text: 'Featured Functions', link: 'Featured-Functions_timecho' },
],
},
Expand All @@ -291,7 +291,7 @@ export const enSidebar = {
prefix: 'Reference/',
children: [
{ text: 'Sample Data', link: 'Sample-Data' },
{ text: 'Config Manual', link: 'System-Config-Manual' },
{ text: 'Config Manual', link: 'System-Config-Manual_timecho' },
{ text: 'Status Codes', link: 'Status-Codes' },
{ text: 'System Tables', link: 'System-Tables_timecho' },
],
Expand Down
10 changes: 5 additions & 5 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const enSidebar = {
text: 'Modeling Scheme Design',
link: 'Data-Model-and-Terminology_timecho',
},
{ text: 'Data Type', link: 'Data-Type' },
{ text: 'Data Type', link: 'Data-Type_timecho' },
],
},
{
Expand Down Expand Up @@ -90,7 +90,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -162,7 +162,7 @@ export const enSidebar = {
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Cluster Maintenance', link: 'Load-Balance' },
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
{ text: 'Maintenance statement', link: 'Maintenance-commands_timecho' },
],
},
],
Expand All @@ -173,9 +173,9 @@ export const enSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down
16 changes: 8 additions & 8 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const zhSidebar = {
{ text: '常见概念', link: 'Cluster-Concept_timecho' },
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_timecho' },
{ text: '数据类型', link: 'Data-Type' },
{ text: '数据类型', link: 'Data-Type_timecho' },
],
},
{
Expand Down Expand Up @@ -77,7 +77,7 @@ export const zhSidebar = {
collapsible: true,
children: [
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -152,9 +152,9 @@ export const zhSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -241,7 +241,7 @@ export const zhSidebar = {
collapsible: true,
children: [
{ text: '概览', link: 'overview_timecho' },
{ text: 'SELECT子句', link: 'Select-Clause' },
{ text: 'SELECT子句', link: 'Select-Clause_timecho' },
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
{ text: 'WHERE子句', link: 'Where-Clause' },
{ text: 'GROUP BY子句', link: 'GroupBy-Clause' },
Expand All @@ -253,14 +253,14 @@ export const zhSidebar = {
{ text: '模式查询', link: 'Row-Pattern-Recognition_timecho' },
],
},
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },
{ text: '运维语句', link: 'SQL-Maintenance-Statements_timecho' },
{ text: '标识符', link: 'Identifier' },
{ text: '保留字&关键字', link: 'Keywords' },
{
text: '函数与操作符',
collapsible: true,
children: [
{ text: '基础函数', link: 'Basis-Function' },
{ text: '基础函数', link: 'Basis-Function_timecho' },
{ text: '特色函数', link: 'Featured-Functions_timecho' },
],
},
Expand All @@ -282,7 +282,7 @@ export const zhSidebar = {
prefix: 'Reference/',
children: [
{ text: '示例数据', link: 'Sample-Data' },
{ text: '配置参数', link: 'System-Config-Manual' },
{ text: '配置参数', link: 'System-Config-Manual_timecho' },
{ text: '状态码', link: 'Status-Codes' },
{ text: '系统表', link: 'System-Tables_timecho' },
],
Expand Down
10 changes: 5 additions & 5 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const zhSidebar = {
{ text: '常见概念', link: 'Cluster-Concept_timecho' },
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_timecho' },
{ text: '数据类型', link: 'Data-Type' },
{ text: '数据类型', link: 'Data-Type_timecho' },
],
},
{
Expand Down Expand Up @@ -78,7 +78,7 @@ export const zhSidebar = {
collapsible: true,
children: [
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -144,7 +144,7 @@ export const zhSidebar = {
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '集群维护', link: 'Load-Balance' },
{ text: '运维语句', link: 'Maintenance-statement' },
{ text: '运维语句', link: 'Maintenance-statement_timecho' },
],
},
],
Expand All @@ -155,9 +155,9 @@ export const zhSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `ITableSession` interface defines basic operations for interacting with IoTD

**Description of Object Data Type:**

Since V2.0.8-beta, the `iTableSession.insert(Tablet tablet)` interface supports splitting a single Object-class file into multiple segments and writing them sequentially in order. When the column data type in the Tablet data structure is **`TSDataType.Object`**, you need to use the following method to populate the Tablet:
Since V2.0.8, the `iTableSession.insert(Tablet tablet)` interface supports splitting a single Object-class file into multiple segments and writing them sequentially in order. When the column data type in the Tablet data structure is **`TSDataType.Object`**, you need to use the following method to populate the Tablet:

```Java
/*
Expand Down
Loading