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.47.0/src/snowflake/snowpark/functions.py#L7917-L7936)¶
Returns the inner product between two vectors of equal dimension and element type.
- Example::