snowflake.snowpark.functions.st_intersection_agg¶
- snowflake.snowpark.functions.st_intersection_agg(geography_column: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the intersection of all geography objects in a group as an aggregate function.
- Parameters:
geography_column (ColumnOrName) – A column containing geography objects to find the intersection of in a group.
- Returns:
A column containing the intersection of all geography objects in the group
- Return type:
- Examples::