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