[storm] lazily subselecting from a resultset
Martin DeMello
martindemello at gmail.com
Tue Oct 20 10:29:28 BST 2009
Is there any way to lazily refine a resultset? Something like
a = store.find(Job, Job.done == True)
b = a.find(Job.status != 'failed')
martin
More information about the storm
mailing list