All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql-tests.testcases.map_functions.checkMapFunctionsRegistered.result Maven / Gradle / Ivy

-- delimiter: |; ignoreOrder: true; ignoreExcessRows: true; trimValues:true
 cardinality | bigint | map(k,v) | scalar | true | Returns the cardinality (the number of key-value pairs) of the map |
 map | map(K,V) | array(K), array(V) | scalar | true | Constructs a map from the given key/value arrays |
 map_agg | map(K,V) | K, V | aggregate | true | Aggregates all the rows (key/value pairs) into a single map |
 map_keys | array(k) | map(k,v) | scalar | true | Returns the keys of the given map(K,V) as an array |
 map_values | array(v) | map(k,v) | scalar | true | Returns the values of the given map(K,V) as an array |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy