【发布时间】:2020-04-04 06:53:38
【问题描述】:
当我打电话给mapReduce:
// the body of the map and reduce function is not important, suppose we already defined it
db.my_collection.mapReduce(map, reduce,{})
我收到一个错误:
2019-12-11T09:58:05.492+0800 E QUERY [js] TypeError: c.out is undefined :
DBCollection.prototype.mapReduce@src/mongo/shell/collection.js:1135:1
这是什么意思?
【问题讨论】:
标签: javascript mongodb mapreduce