|
This classes have some common functions that are related to SBE, so they will benefit from a common ancestor class.
Examples:
https://github.com/mongodb/mongo/blob/332222f6b3614afab114af7d907f5643e04f4e30/src/mongo/db/query/get_executor.cpp#L1479
https://github.com/mongodb/mongo/blob/332222f6b3614afab114af7d907f5643e04f4e30/src/mongo/db/query/get_executor.cpp#L1483
https://github.com/mongodb/mongo/blob/332222f6b3614afab114af7d907f5643e04f4e30/src/mongo/db/query/get_executor.cpp#L1498
https://github.com/mongodb/mongo/blob/332222f6b3614afab114af7d907f5643e04f4e30/src/mongo/db/query/get_executor.cpp#L1532
|