Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed Jun 17, 2021
1 parent ddc408b commit 3298072
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions docs/_posts/2016-12-13-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,14 @@ This query fetches all tuples, that have a insert timestamp (inserttime(tuple) >
0 8 16 24 32
+---------+--------+--------+--------+
| 0x04 | Paging | Page Size |
+---------+--------------------------+
+---------+--------------------------+
| Timestamp |
| |
+------------------+-----------------+
| |
+------------------+-----------------+
| Table-length | |
+------------------+ |
| Tablename |
+------------------------------------+
+------------------------------------+

#### Response body
The result could be currently the response types 0x02, 0x03 and 0x06.
Expand All @@ -500,7 +500,7 @@ This query asks for all tuples, that are covered by the hyperrectangle and newer
| BBOX-Length |
+------------------------------------+
| Timestamp |
| |
| |
+------------------------------------+
| Tablename |
. .
Expand Down Expand Up @@ -717,14 +717,11 @@ With this operation, the state of the continuous queries can be requested. This

0 8 16 24 32
+---------+--------+--------+--------+
| Distribution Region Length |
| Tuplestore Length |
+------------------------------------+
| Distribution Region Name |
| Tuplestore Name |
. .
+------------------------------------+


The region id, is the region for which the state is requested.
+------------------------------------+

#### Response body

Expand Down

0 comments on commit 3298072

Please sign in to comment.