Johan Sundstr?m (Achtung Liebe!) @ Pike (-) developers forum wrote:
If there is a result class, it would seem appropriate to improve it to do that too. I only recalled query results in array(mapping) form, and assumed it might have been difficult to augment that with meta info.
True. In which case it would be appropriate to move the method to the result class on the lower level, and copy it into the Sql.Sql class on the higher level.
I.e. the result class that is returned with big_query can carry the method quite easily (and that's where it should be).