|
When running this query "{$and:[{a: {$eq: 17}}, \{a: {$eq: 42}}]}", with a breakpoint in
optimizer/utils/utils.cpp:1501
I get the following error:
(gdb) p req
|
$5 = (std::tuple_element<1, std::pair<mongo::optimizer::PartialSchemaKey, mongo::optimizer::PartialSchemaRequirement> const>::type &) @0x7fff4c009c58: {
|
_boundProjectionName = ,
|
_intervals = Warning: Could not find pretty print function: ExplainGenerator::explainIntervalExpr
|
<mongo::optimizer::BoolExpr<mongo::optimizer::IntervalRequirement>::Node>,
|
_isPerfOnly = false
|
}
|
|