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