snowflake.snowpark.functions.get¶ snowflake.snowpark.functions.get(col1: ColumnOrName, col2: ColumnOrName) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2748-L2752)¶ Extracts a value from an object or array; returns NULL if either of the arguments is NULL.