public static interface ExecutableMapReduceOperation.MapReduceWithMapFunction<T>
function() used to map matching documents.| Modifier and Type | Method and Description |
|---|---|
ExecutableMapReduceOperation.MapReduceWithReduceFunction<T> |
map(String mapFunction)
Set the Javascript map
function(). |
ExecutableMapReduceOperation.MapReduceWithReduceFunction<T> map(String mapFunction)
function().mapFunction - must not be null nor empty.ExecutableMapReduceOperation.MapReduceWithReduceFunction.IllegalArgumentException - if mapFunction is null or empty.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.