You are viewing documentation about an older version (1.1.0). View latest version

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.