ArroyoSystems / arroyo

Distributed stream processing engine in Rust

Home Page:https://arroyo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Case Statements

akennedy4155 opened this issue · comments

Test Query:

select CASE person.name when null then 'anonymous' else person.name end 
    || ' was a part of this transaction.' 
    || ' Nice!'
from nexmark;

Output:

image

Currently in testing process. Any thoughts for unit-testing expressions and the generators @jacksonrnewhouse ?