summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-0/+28
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-9/+25
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-46/+40
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-35/+0
* SERVER-24152 add $bucketAuto aggregation stageSally McNichols2016-07-261-0/+8
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-2/+32
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-4/+13
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18957 Separate isAssociativeAndCommutative into two functions.Santiago Alessandri2016-02-021-4/+20
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-7/+41
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-131-0/+34
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-136/+136
* Prep for SERVER-10626, Make constructors for accumulators publicCharlie Swanson2015-06-111-18/+26
* SERVER-18660 Use C++11 final modifiers in accumulator.hMathias Stearn2015-06-091-5/+5
* SERVER-5044 Standard Deviation accumulator operatorsMathias Stearn2015-06-091-0/+20
* SERVER-18660 Use C++11 final modifiers in accumulator.hMathias Stearn2015-05-261-35/+35
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-8/+9
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* Clean up AccumulatorAvgMathias Stearn2013-10-211-5/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9444 Remove context-awareness from Accumulators to prep $group for SorterMathias Stearn2013-07-101-107/+56
* SERVER-9840 Introduce the concept of Variables into aggregation and add $let ...Mathias Stearn2013-06-181-1/+2
* Accumulators are not Expressions so they shouldn't deriveMathias Stearn2013-06-181-83/+61
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-181-4/+1
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-0/+1
* Rewrite Document and Value classesMathias Stearn2012-11-161-29/+21
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* SERVER-6766 Properly serialize DocumentSourceGroup for transmission to shards.Aaron2012-08-201-1/+2
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6275 SERVER-6197 use double for $avgMatt Dannenberg2012-07-271-1/+2
* Convert to unix line endingsMathias Stearn2012-06-291-258/+258
* SERVER-3884 buildfix: fix overloaded virtuals not detected by Windows compilerU-tellus\cwestin2012-04-021-5/+4
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-50/+50
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+259