◆ DevNullSortedDataBuilderInterface()
mongo::DevNullSortedDataBuilderInterface::DevNullSortedDataBuilderInterface |
( |
| ) |
|
|
inline |
◆ addKey()
virtual Status mongo::DevNullSortedDataBuilderInterface::addKey |
( |
const BSONObj & |
key, |
|
|
const RecordId & |
loc |
|
) |
| |
|
inlinevirtual |
Adds 'key' to intermediate storage.
'key' must be > or >= the last key passed to this function (depends on _dupsAllowed). If this is violated an error Status (ErrorCodes::InternalError) will be returned.
Implements mongo::SortedDataBuilderInterface.
◆ MONGO_DISALLOW_COPYING()
The documentation for this class was generated from the following file: