Flags whether source plugin will read the map row and add to data row.
By default, next() will directly read the map row and add it to the data
row. A source plugin implementation may do this itself (in particular, the
SQL source can incorporate the map table into the query) - if so, it should
set this TRUE so we don't duplicate the effort.