Frequently Asked Questions

Running the Client > Frequently Asked Questions <<Previous Next>>

  1. Q: What is CQL? Where can I learn more about CQL?

    A: Queries in the STREAM system are expressed in the CQL (Continuous Query Language) declarative query language for data stream systems. A quick introduction to CQL is available here. This page also contains more references on CQL.
  2. Q: When I attempt to register a CQL query, I get a parse error or a semantic error. Where can I find the CQL syntax and semantics specification?

    A: The authoritative source on CQL query syntax supported currently by STREAM is available here.
  3. Q: How do I interpret the query results?

    A: Results are reported back in a scrollable tabular format with the result tuples displayed in increasing timestamp order from bottom to top of the results window. That is, more recent tuples are displayed on top. The results window is configured to display the 10,000 most recent updates to the query result. Once the number of result updates so far exceeds 10,000, the oldest ones are dropped from the bottom of the scrollable results window.

Running the Client > Frequently Asked Questions <<Previous Next>>
Last modified: Feb 10 00:41:17 PST