snowflake.snowpark.functions.get_ignore_case¶
- snowflake.snowpark.functions.get_ignore_case(obj: ColumnOrName, field: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L4313-L4326)¶
Extracts a field value from an object. Returns NULL if either of the arguments is NULL. This function is similar to
get()but applies case-insensitive matching to field names.Examples: