Skip to main content
turntable home page
Search...
⌘K
Get Started
Get Started
Search...
Navigation
Column Reference
Map Operations
Documentation
Extension
CLI
Reference
Join our Slack
GitHub
Connectors
Postgres
BigQuery
File
Reference
Table Reference
Column Reference
Standard Operations
Math Operations
Regex Operations
String Operations
Struct Operations
Datetime Operations
Map Operations
URL Operations
Array Operations
On this page
dict.contains
dict.get
dict.keys
dict.len
dict.values
Column Reference
Map Operations
dict.contains
Return True if the map contains the specified key and False otherwise.
Parameters
key
int | str | IntegerValue | StringValue
required
dict.get
Return the value of the specified key. If the key is not found, the default value is returned.
Parameters
key
Value
required
default
Value | None
dict.keys
Return the keys of the map.
dict.len
Return the length of the map.
dict.values
Return the values of the map.
Was this page helpful?
Yes
No
Datetime Operations
URL Operations
⌘I