Normally a RowSet is processed until complete which implicitly closes any
underlying resources. This "close" operation exists to explicitly do this in
cases where it does onto automatically. There is no need to close RowSets
normally - it is the QueryExec that should be closed.
Specified by:
close in interface org.apache.jena.atlas.lib.Closeable