Data-Riak-Fast
view release on metacpan or search on metacpan
lib/Data/Riak/Fast/MapReduce.pm view on Meta::CPAN
is => 'ro',
isa => 'ArrayRef[Data::Riak::Fast::MapReduce::Phase]',
required => 1
);
=head1 METHOD
=head2 mapreduce
Execute the mapreduce query.
To enable streaming, do the following:
my $results = $mr->mapreduce(chunked => 1);
=cut
sub mapreduce {
my ($self, %options) = @_;
return $self->riak->send_request({
content_type => 'application/json',
( run in 0.227 second using v1.01-cache-2.11-cpan-4d50c553e7e )