Maybe something like this ``` julia @from i in table begin @select i end x-> begin for i in x # Do something with each row end end ``` Anything in the callback would actually be type stable.