|
|
| __construct (callable $getIterator, stdClass $result) |
| |
| | getCounts () |
| | Returns various count statistics from the mapReduce command.
|
| |
| | getExecutionTimeMS () |
| | Return the command execution time in milliseconds.
|
| |
| | getIterator () |
| | Return the mapReduce results as a Traversable.
|
| |
| | getTiming () |
| | Returns various timing statistics from the mapReduce command.
|
| |
◆ getCounts()
| MongoDB\MapReduceResult::getCounts |
( |
| ) |
|
Returns various count statistics from the mapReduce command.
- Return values
-
◆ getExecutionTimeMS()
| MongoDB\MapReduceResult::getExecutionTimeMS |
( |
| ) |
|
Return the command execution time in milliseconds.
- Return values
-
◆ getIterator()
| MongoDB\MapReduceResult::getIterator |
( |
| ) |
|
◆ getTiming()
| MongoDB\MapReduceResult::getTiming |
( |
| ) |
|
Returns various timing statistics from the mapReduce command.
Note: timing statistics are only available if the mapReduce command's "verbose" option was true; otherwise, an empty array will be returned.
- Return values
-
The documentation for this class was generated from the following file:
- cache/stores/mongodb/MongoDB/MapReduceResult.php