From 230f2a8eae6fae6601cce63e4bdc6b0e6fd8d533 Mon Sep 17 00:00:00 2001 From: adevyatova Date: Wed, 4 Aug 2021 10:05:21 +0000 Subject: [PATCH] Add desc for profiles func --- .../functions/other-functions.md | 120 +----------------- 1 file changed, 6 insertions(+), 114 deletions(-) diff --git a/docs/en/sql-reference/functions/other-functions.md b/docs/en/sql-reference/functions/other-functions.md index 63892bc712c..c5ae91dc3be 100644 --- a/docs/en/sql-reference/functions/other-functions.md +++ b/docs/en/sql-reference/functions/other-functions.md @@ -2145,51 +2145,15 @@ Short description. **Syntax** ``` sql - +currentProfiles() ``` -Alias: ``. (Optional) - -More text (Optional). - -**Arguments** (Optional) - -- `x` — Description. Optional (only for optional arguments). Possible values: . Default value: . [Type name](relative/path/to/type/dscr.md#type). -- `y` — Description. Optional (only for optional arguments). Possible values: .Default value: . [Type name](relative/path/to/type/dscr.md#type). - -**Parameters** (Optional, only for parametric aggregate functions) - -- `z` — Description. Optional (only for optional parameters). Possible values: . Default value: . [Type name](relative/path/to/type/dscr.md#type). - -**Returned value(s)** +**Returned value** - Returned values list. Type: [Type name](relative/path/to/type/dscr.md#type). -**Example** - -The example must show usage and/or a use cases. The following text contains recommended parts of an example. - -Input table (Optional): - -``` text -``` - -Query: - -``` sql -``` - -Result: - -``` text -``` - -**See Also** (Optional) - -- [link](#) - ## enabledProfiles {#enabled-profiles} Short description. @@ -2197,51 +2161,15 @@ Short description. **Syntax** ``` sql - +enabledProfiles() ``` -Alias: ``. (Optional) - -More text (Optional). - -**Arguments** (Optional) - -- `x` — Description. Optional (only for optional arguments). Possible values: . Default value: . [Type name](relative/path/to/type/dscr.md#type). -- `y` — Description. Optional (only for optional arguments). Possible values: .Default value: . [Type name](relative/path/to/type/dscr.md#type). - -**Parameters** (Optional, only for parametric aggregate functions) - -- `z` — Description. Optional (only for optional parameters). Possible values: . Default value: . [Type name](relative/path/to/type/dscr.md#type). - -**Returned value(s)** +**Returned value** - Returned values list. Type: [Type name](relative/path/to/type/dscr.md#type). -**Example** - -The example must show usage and/or a use cases. The following text contains recommended parts of an example. - -Input table (Optional): - -``` text -``` - -Query: - -``` sql -``` - -Result: - -``` text -``` - -**See Also** (Optional) - -- [link](#) - ## defaultProfiles {#default-profiles} Short description. @@ -2249,47 +2177,11 @@ Short description. **Syntax** ``` sql - +defaultProfiles() ``` -Alias: ``. (Optional) - -More text (Optional). - -**Arguments** (Optional) - -- `x` — Description. Optional (only for optional arguments). Possible values: . Default value: . [Type name](relative/path/to/type/dscr.md#type). -- `y` — Description. Optional (only for optional arguments). Possible values: .Default value: . [Type name](relative/path/to/type/dscr.md#type). - -**Parameters** (Optional, only for parametric aggregate functions) - -- `z` — Description. Optional (only for optional parameters). Possible values: . Default value: . [Type name](relative/path/to/type/dscr.md#type). - -**Returned value(s)** +**Returned value** - Returned values list. Type: [Type name](relative/path/to/type/dscr.md#type). - -**Example** - -The example must show usage and/or a use cases. The following text contains recommended parts of an example. - -Input table (Optional): - -``` text -``` - -Query: - -``` sql -``` - -Result: - -``` text -``` - -**See Also** (Optional) - -- [link](#) \ No newline at end of file