snowflake.snowpark.functions.get¶
- snowflake.snowpark.functions.get(col1: Union[Column, str, int], col2: Union[Column, str, int]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.40.0/src/snowflake/snowpark/functions.py#L8550-L8581)¶
Extracts a value from an object or array; returns NULL if either of the arguments is NULL.
Example: