Skip to contents

Returns the keys of a map as a list.

Usage

map_keys(map = `MAP(K, V)`)

Arguments

map

MAP(K, V)

Value

K[]

SQL examples

map_keys(map(['key'], ['val']))