org.apache.spark.sql.execution.row
This does not return any valid results from result set rather caller is expected to explicitly invoke ResultSet.next()/get*. This is primarily intended to be used for cleanup.
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
This does not return any valid results from result set rather caller is expected to explicitly invoke ResultSet.next()/get*. This is primarily intended to be used for cleanup.