Github user walterddr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5040#discussion_r154181460
--- Diff: docs/dev/table/tableApi.md ---
@@ -2993,6 +2993,30 @@ MAP.at(ANY)
</tbody>
</table>
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 40%">Row functions</th>
+ <th class="text-center">Description</th>
+ </tr>
+ </thead>
+
+ <tbody>
+
+ <tr>
+ <td>
+ {% highlight java %}
--- End diff --
seems like it is also missing `Map function` scala doc as well. adding in
---