Skip to content

Commit

Permalink
Update variant.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avevad authored Jan 15, 2025
1 parent e1c4316 commit 17bf2fc
Showing 1 changed file with 2 additions and 2 deletions.
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 17bf2fc

Please sign in to comment.