Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3829#discussion_r139472638
--- Diff: docs/dev/table/tableApi.md ---
@@ -146,6 +146,39 @@ Operations
The Table API supports the following operations. Please note that not all
operations are available in both batch and streaming yet; they are tagged
accordingly.
+### Insert
+
+<div class="codetabs" markdown="1">
+<div data-lang="java" markdown="1">
+
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 20%">Operators</th>
+ <th class="text-center">Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <strong>Scan</strong><br>
--- End diff --
`Scan` -> `Insert Into`
---