snowflake.snowpark.functions.vector_inner_product¶
- snowflake.snowpark.functions.vector_inner_product(v1: Union[Column, str], v2: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L5812-L5828)¶
Returns the inner product between two vectors of equal dimension and element type.
- Example::