# File lib/tapkit/control/fetchspec.rb, line 44
                def fetch_raw_rows?
                        unless @raw_row_keypaths.nil? then
                                true
                        else
                                false
                        end
                end