Created
June 2, 2015 12:31
-
-
Save moriarty/dd33dfd57e1a51b020a3 to your computer and use it in GitHub Desktop.
Colour Sensor Event R increasing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| String epStatement = "select * from ColorSensorEvent " | |
| + " match_recognize ( " | |
| + " measures A as c1, B as c2 " | |
| + " pattern (A B) " | |
| + " define " | |
| + " A as A.r > 10.0 , " | |
| + " B as (A.r < B.r) ) "; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment