You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opend...@googlegroups.com
my specific requirement is to search across consecutive rows for patterns
Events
e1
e2
e4
e6
e11
e2
e4
e8
e12
so all the users of "e6e11e2" could be searched. I guess dremel being a column db, it should be easier to search. oracle has match-recognize to support it. How is the same thing implemented in dremel.