File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,15 @@ Every Python function must include a docstring with usage examples.
4242- ** Alias functions** : Functions that are simple aliases (e.g., ` list_sort ` aliasing
4343 ` array_sort ` ) only need a one-line description and a ` See Also ` reference to the
4444 primary function. They do not need their own examples.
45+
46+ ## Aggregate and Window Function Documentation
47+
48+ When adding or updating an aggregate or window function, ensure the corresponding
49+ site documentation is kept in sync:
50+
51+ - ** Aggregations** : ` docs/source/user-guide/common-operations/aggregations.rst ` —
52+ add new aggregate functions to the "Aggregate Functions" list and include usage
53+ examples if appropriate.
54+ - ** Window functions** : ` docs/source/user-guide/common-operations/windows.rst ` —
55+ add new window functions to the "Available Functions" list and include usage
56+ examples if appropriate.
You can’t perform that action at this time.
0 commit comments