Skip to content

Commit 5b2857b

Browse files
authored
Merge pull request #372 from sshanks-kx/uq
fix bullet points, not rendered correctly
2 parents 2873439 + 6f84a8b commit 5b2857b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/architecture/tickq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Where
200200
Add each received message to the batch and record message to the tickerplant log. Batch is published on running timer.
201201

202202
Actions performed:
203+
203204
* If the first element of `y` is not a timespan (or list of timespan)
204205
* inspect [`.u.d`](#variables), if a new day has occurred call [`.z.ts`](#batch-mode_1)
205206
* add a new timespan column populated with the current local time ([`.z.P`](../ref/dotz.md#zp-local-timestamp)). If multiple rows of data, all rows receive the same time.

docs/architecture/uq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Add client subscription interest in table with optional filter.
106106
.u.add[x;y]
107107
```
108108
Where
109+
109110
* `x` is a table name (sym)
110111
* `y` is list of syms used to filter table data, with empty sym representing for all table data
111112

@@ -138,6 +139,7 @@ For the subscribing client, any previous registered in the given tables are rem
138139
Calls [`.u.add`](#uadd) to record the client subscription.
139140

140141
Returns
142+
141143
* a two item list if x is an indivial table name. First item is the table name subscribed to as a symbol. Second item is an empty table (table schema).
142144
* a list of two item lists as described above for each individual table, if x is an empty symbol (i.e. subscribe to all tables)
143145
* an error if the table does not exist.

0 commit comments

Comments
 (0)