Takeshi Yamamuro created SPARK-31513:
----------------------------------------

             Summary: Improve the structure of auto-generated built-in function 
pages in SQL references
                 Key: SPARK-31513
                 URL: https://issues.apache.org/jira/browse/SPARK-31513
             Project: Spark
          Issue Type: Improvement
          Components: Documentation, SQL
    Affects Versions: 3.1.0
            Reporter: Takeshi Yamamuro


We now put examples per group in one section in the builtin function documents 
like this (See: SPARK-31429);
{code}
### Aggrgate Functions
<A list of aggregate functions>
#### Examples
<All examples of the aggregate functions listed above>

### Window Functions
<A list of aggregate functions>
#### Examples
<All examples of the window functions listed above>
...
{code}
But, it might be better to put everything about one function (signature, desc, 
examples, etc.). So, we need more discussions to improve the structure in the 
page.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to