Skip to content

Commit

Permalink
Fix docs for Way (#13402)
Browse files Browse the repository at this point in the history
  • Loading branch information
avevad authored Jan 16, 2025
1 parent f322990 commit 0b34000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Returns an active field (active index) of a variant over a struct (tuple).
### Signature

```yql
VariantItem(Variant<key1: K1, key2: K2, ...>{Flags:AutoMap})->Utf8
VariantItem(Variant<K1, K2, ...>{Flags:AutoMap})->Uint32
Way(Variant<key1: K1, key2: K2, ...>{Flags:AutoMap})->Utf8
Way(Variant<K1, K2, ...>{Flags:AutoMap})->Uint32
```

### Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ SELECT
### Сигнатура

```yql
VariantItem(Variant<key1: K1, key2: K2, ...>{Flags:AutoMap})->Utf8
VariantItem(Variant<K1, K2, ...>{Flags:AutoMap})->Uint32
Way(Variant<key1: K1, key2: K2, ...>{Flags:AutoMap})->Utf8
Way(Variant<K1, K2, ...>{Flags:AutoMap})->Uint32
```

### Пример
Expand Down

0 comments on commit 0b34000

Please sign in to comment.