snowflake.snowpark.functions.get¶ snowflake.snowpark.functions.get(col1: ColumnOrName, col2: ColumnOrName) → Column[source]¶ Extracts a value from an object or array; returns NULL if either of the arguments is NULL.