summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+7
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-181-0/+12
* removes legacy Value "createType" functionsMatt Dannenberg2013-06-181-11/+0
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-0/+7
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-3/+8
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-21/+46
* Rewrite Document/Value conversion to BSON to use BSONObjBuilderValueStreamMathias Stearn2012-12-101-2/+3
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-0/+1
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-3/+3
* fix windows buildMathias Stearn2012-11-171-1/+2
* Rewrite Document and Value classesMathias Stearn2012-11-161-376/+196
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* Move timestampValue and oidValue into the Value unionMathias Stearn2012-08-011-4/+4
* SERVER-6189 Support Dates before 1970 in aggregationMathias Stearn2012-08-011-5/+7
* Use anonymous union in ValueMathias Stearn2012-08-011-2/+2
* SERVER-6570 disallow strings in $add in aggroMatt Dannenberg2012-07-271-0/+11
* SERVER-6121 make timestamps exist in aggroMatt Dannenberg2012-07-031-3/+8
* SERVER-6120 Clarify comments to indicate that Value::coerceToBool() is intend...Aaron2012-07-021-5/+5
* SERVER-6120 Remove unused Value::coerceToBoolean().Aaron2012-07-021-7/+0
* Convert to unix line endingsMathias Stearn2012-06-291-469/+469
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-57/+57
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+468