Skip to content

Commit 8e376d7

Browse files
authored
Moved tip to table description column
1 parent 9b9e6a0 commit 8e376d7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

explore-analyze/query-filter/languages/esql-rest.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,17 @@ POST /_query?format=txt
6464
The URL parameter takes precedence over the HTTP headers. If neither is specified then the response is returned in the same format as the request.
6565
::::
6666

67-
::::{tip}
68-
In the "Tabular" formats, only the resulting data will be returned. Other response fields will be missing.
69-
Use them when you want a quick view of the results.
70-
::::
71-
7267

7368
| `format` | HTTP header | Description |
7469
| --- | --- | --- |
75-
| Structured |
70+
| Structured | | _Complete response with metadata_ |
7671
| `json` | `application/json` | [JSON](https://www.json.org/) (JavaScript Object Notation) human-readable format |
7772
| `yaml` | `application/yaml` | [YAML](https://en.wikipedia.org/wiki/YAML) (YAML Ain’t Markup Language) human-readable format |
78-
| Tabular |
73+
| Tabular | | _Query results only, no metadata_ |
7974
| `csv` | `text/csv` | [Comma-separated values](https://en.wikipedia.org/wiki/Comma-separated_values) |
8075
| `tsv` | `text/tab-separated-values` | [Tab-separated values](https://en.wikipedia.org/wiki/Tab-separated_values) |
8176
| `txt` | `text/plain` | CLI-like representation |
82-
| Binary |
77+
| Binary | | _Compact binary encoding_ |
8378
| `cbor` | `application/cbor` | [Concise Binary Object Representation](https://cbor.io/) |
8479
| `smile` | `application/smile` | [Smile](https://en.wikipedia.org/wiki/Smile_(data_interchange_format)) binary data format similarto CBOR |
8580
| `arrow` | `application/vnd.apache.arrow.stream` | **Experimental.** [Apache Arrow](https://arrow.apache.org/) dataframes, [IPC streaming format](https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format) |

0 commit comments

Comments
 (0)