MongoCollection.java 文件源码

java
阅读 32 收藏 0 点赞 0 评论 0

项目:effektif 作者:
public Iterator<BasicDBObject> aggregate(String description, List<DBObject> pipeline) {
  if (log.isDebugEnabled()) {
    log.debug("--"+dbCollection.getName()+"-> "+description+" q="+toString(pipeline));
  }
  AggregationOutput aggregationOutput = dbCollection.aggregate(pipeline);
  return new LoggingIterator(this, aggregationOutput.results().iterator());
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号