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.15.0/src/snowflake/snowpark/functions.py#L6468-L6494)¶
Extracts a value from an object or array; returns NULL if either of the arguments is NULL.
Example: