DESCRIPTION

A map/reduce map phase for Data::Riak::Fast. See Data::Riak::Fast::MapReduce::Phase::Reduce for attribute information.

SYNOPSIS

my $mp = Data::Riak::Fast::MapReduce::Phase::Map->new(
  language => "javascript", # The default
  source => "function(v) { return [ v ] }",
  keep => 1 # The default
);