This commit is contained in:
epugh@opensourceconnections.com 2021-01-25 14:41:10 -05:00
parent 47a89aca71
commit 0d88c14837
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ For the above example the `/stream` handler responded with the following JSON re
Note the last tuple in the above example stream is `{"EOF":true,"RESPONSE_TIME":33}`. The `EOF` indicates the end of the stream. To process the JSON response, you'll need to use a streaming JSON implementation because streaming expressions are designed to return the entire result set which may have millions of records. In your JSON client you'll need to iterate each doc (tuple) and check for the EOF tuple to determine the end of stream.
== Elements of the Lanaguage
== Elements of the Language
=== Stream Sources