Hi, Queryable state only supports key point queries, i.e., you can query a keyed state for the value of a key. Support for SQL is not on the roadmap.
Best, Fabian 2018-02-25 14:26 GMT+01:00 kant kodali <kanth...@gmail.com>: > Hi All, > > 1) Does Queryable State support SQL? By which I mean I can do issue a > full-fledged sql query like say ("select * from table where foo='hello' > group by name") > > 2) Does Queryable state support offset and limit? Because if I have a > million rows I don't want to get all at once. > > Sorry if these are naive questions I am new to flink but I have used other > streaming processors before. > > Thanks! >