snowflake.snowpark.RelationalGroupedDataFrame.builtinΒΆ
- RelationalGroupedDataFrame.builtin(agg_name: str) Callable [source]ΒΆ
Computes the builtin aggregate
agg_name
over the specified columns. Use this function to invoke any aggregates not explicitly listed in this class. See examples inDataFrame.group_by()
.