File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
en/core/yql/reference/yql-core/udf/list
ru/core/yql/reference/yql-core/udf/list Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ A set of commonly used hash functions.
55** List of functions**
66
77* ``` Digest::Crc32c(String{Flags::AutoMap}) -> Uint32 ```
8+ * ``` Digest::Crc64(String{Flags::AutoMap}) -> Uint64 ```
89* ``` Digest::Fnv32(String{Flags::AutoMap}) -> Uint32 ```
910* ``` Digest::Fnv64(String{Flags::AutoMap}) -> Uint64 ```
1011* ``` Digest::MurMurHash(String{Flags:AutoMap}) -> Uint64 ```
Original file line number Diff line number Diff line change 88** Список функций**
99
1010* ``` Digest::Crc32c(String{Flags::AutoMap}) -> Uint32 ```
11+ * ``` Digest::Crc64(String{Flags::AutoMap}) -> Uint64 ```
1112* ``` Digest::Fnv32(String{Flags::AutoMap}) -> Uint32 ```
1213* ``` Digest::Fnv64(String{Flags::AutoMap}) -> Uint64 ```
1314* ``` Digest::MurMurHash(String{Flags:AutoMap}) -> Uint64 ```
You can’t perform that action at this time.
0 commit comments