Returns all the remaining rows in the result set.
Returns:
the remaining rows in the result set
See Also:
51 52 53
# File 'lib/impala/cursor.rb', line 51 def fetch_all self.to_a end