Created
August 7, 2009 13:33
-
-
Save nazt/163896 to your computer and use it in GitHub Desktop.
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
| sql.eachRow("select * from probe_c9488878_1day ") { | |
| if(map."${it.gid}"==null) | |
| { | |
| map."${it.gid}"=[] | |
| } | |
| map."${it.gid}"<< it | |
| } | |
| map.each { k,v-> println k } | |
| map['19981'].each { println it.lat} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment