Created
May 1, 2015 08:07
-
-
Save up1/d1f1653a753f92f97d75 to your computer and use it in GitHub Desktop.
How-old.net
This file contains 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
SELECT | |
System.Timestamp AS OutTime, | |
Face.gender AS Gender, | |
Count(*) AS Count | |
FROM | |
StreamInput | |
GROUP BY HoppingWindow(second,10,1), | |
Face.gender |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment