The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AnyEvent::Groonga::Result::Select - Result class for AnyEvent::Gronnga that specialized 'select' command

SYNOPSIS

  my $result = $groonga->call( select => $args_ref )->recv;

  my $hit_num = $result->hit_num;  
  my $columns = $result->columns;
  my $items   = $result->items; 

DESCRIPTION

Result class for AnyEvent::Groonga specialzied "select" command. It derived from AnyEvent::Groonga::Result class.

METHOD

new

hit_num

columns

items

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.