* INTERNAL:
* Construct a result from a row. Either return a ReportQueryResult or just the attribute.
*/
@Override
public Object buildObject(AbstractRecord row, Vector toManyJoinData) {
return new TupleImpl(this.selections, new ReportQueryResult(this, row, toManyJoinData));
}