Cassandra::Client::ResultSet
version 0.19
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.
column_names
Returns an arrayref of all rows in the ResultSet. Each row will be represented as a hashref with cells.
Returns an arrayref with the names of the columns in the result set, to be used with rows returned from rows().
rows()
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.
$client->each_page()
Tom van der Woerdt <tvdw@cpan.org>
This software is copyright (c) 2022 by Tom van der Woerdt.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Cassandra::Client, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Cassandra::Client
CPAN shell
perl -MCPAN -e shell install Cassandra::Client
For more information on module installation, please visit the detailed CPAN module installation guide.