Common Concepts
Window
Window: A way for processing unbounded and streaming events. A window sets an event stream to a static view at a moment for various query operations on database tables.
Expression
An expression is a set of symbols and operators. The CQL parsing engine processes an expression to obtain single values. A simple expression can be a constant, variable, or function. Two or more simple expressions can be combined as a complex expression by using operators.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.