is there a LATERAL VIEW Statement in KSQL i cant finde anything in the docs. Or is there any alternative Comand to get the same result on column? When I use the Statement I get following error
line 1:64: mismatched input 'view' expecting ';'
Caused by: org.antlr.v4.runtime.InputMismatchException
Also as i see there is no CASE Statement, is there also some alternative for this?