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
1 change: 1 addition & 0 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const enSidebar = {
prefix: 'User-Manual/',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'UDF', link: 'User-defined-function' },
{
text: 'Security Permissions',
collapsible: true,
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const zhSidebar = {
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '用户自定义函数', link: 'User-defined-function' },
{
text: '安全权限',
collapsible: true,
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const enSidebar = {
prefix: 'User-Manual/',
children: [
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
{ text: 'UDF', link: 'User-defined-function' },
{
text: 'Security Permissions',
collapsible: true,
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const zhSidebar = {
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_timecho' },
{ text: '用户自定义函数', link: 'User-defined-function' },
{
text: '安全权限',
collapsible: true,
Expand Down
350 changes: 350 additions & 0 deletions src/UserGuide/Master/Table/User-Manual/User-defined-function.md

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions src/UserGuide/latest-Table/User-Manual/User-defined-function.md

Large diffs are not rendered by default.

334 changes: 334 additions & 0 deletions src/zh/UserGuide/Master/Table/User-Manual/User-defined-function.md

Large diffs are not rendered by default.

334 changes: 334 additions & 0 deletions src/zh/UserGuide/latest-Table/User-Manual/User-defined-function.md

Large diffs are not rendered by default.