logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cassandra::Client::ResultSet

Author

       Tom van der Woerdt <tvdw@cpan.org>

Methods

       $result->rows()
           Returns  an  arrayref  of all rows in the ResultSet. Each row will be represented as an arrayref with
           cells. To find column names, see "column_names".

       $result->row_hashes()
           Returns an arrayref of all rows in the ResultSet. Each row will be  represented  as  a  hashref  with
           cells.

       $result->column_names()
           Returns  an  arrayref  with the names of the columns in the result set, to be used with rows returned
           from rows().

       $result->next_page()
           Returns  a  string  pointing  to  the  next  Cassandra  result  page,  if  any.  Used  internally  by
           "$client->each_page()", but can be used to implement custom pagination logic.

Name

       Cassandra::Client::ResultSet

Version

       version 0.21

See Also