forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
2.8 KiB
2.8 KiB
Value Construction Functions
Description
Value Construction Functions |
Description |
---|---|
ROW(value1, [, value2]*) (value1, [, value2]*) |
Returns a row created from a list of values (value1, value2,…). |
ARRAY '[' value1 [, value2 ]* ']' |
Returns an array created from a list of values (value1, value2, …). |
MAP '[' key1, value1 [, key2, value2]* ']' |
Returns a map created from a list of key-value pairs ((value1, value2), (value3, value4), …). The key-value pair is (key1, value1),(key2, value2). |
Parent topic: Built-In Functions