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