Hi all, I'm trying to achieve the following query via the storm API:
select A,B from T where C in [list-of-values]; I see that I can use the 'is_in' function, but it seems that this approach returns all columns; is there is a way to 'narrow' the set of columns returned? -- Roy.
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
