springql-core 0.18.1

SpringQL: Open-source stream processor for IoT devices and in-vehicle computers
Documentation
1
2
3
4
5
6
7
8
9
<!-- markdownlint-disable MD041 -->

 Expression has two forms:

 1. Value expression, which is evaluated into an SqlValue from a row.
 2. Aggregate expression, which is evaluated into an SqlValue from set of rows.

 Since SQL parser cannot distinguish column reference and value expression,
 `ValueExprOrAlias` is used for value expressions excluding select_list.