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

snowflake.snowpark.functions.array_contains

snowflake.snowpark.functions.array_contains(variant: ColumnOrName, array: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L3586-L3594)

Returns True if the specified VARIANT is found in the specified ARRAY.

Parameters:
  • variant – Column containing the VARIANT to find.

  • array – Column containing the ARRAY to search.

语言: 中文