$ git grep -E 'collation.*isEmpty' -- src/mongo/s/
|
src/mongo/s/chunk_manager.cpp:674: const bool hasSimpleCollation = (collation.isEmpty() && !_rt->optRt->getDefaultCollator()) ||
|
src/mongo/s/cluster_commands_helpers.cpp:119: const auto noCollationSpecified = collation.isEmpty();
|
src/mongo/s/cluster_commands_helpers.cpp:226: if (!collation.isEmpty()) {
|
src/mongo/s/collection_routing_info_targeter.cpp:406: if (!collation.isEmpty()) {
|
src/mongo/s/collection_routing_info_targeter.cpp:777: if (!collation.isEmpty()) {
|
src/mongo/s/commands/cluster_distinct_cmd.cpp:373: !collation.isEmpty()
|
src/mongo/s/commands/cluster_map_reduce_agg.cpp:118: if (!collationObj.isEmpty()) {
|
src/mongo/s/commands/cluster_map_reduce_agg.cpp:161: if (!cm.hasRoutingTable() && collationObj.isEmpty()) {
|
src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp:150: if (!parsedInfo.collation.isEmpty()) {
|
src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp:427: if (parsedInfoFromRequest.collation.isEmpty()) {
|
src/mongo/s/commands/sharding_expressions.cpp:119: if (auto collation = indexDescriptor->collation(); !collation.isEmpty()) {
|
src/mongo/s/query/cluster_aggregate.cpp:140: if (!collationObj.isEmpty()) {
|
src/mongo/s/query/cluster_aggregate.cpp:159: if ((!cri || !cri->cm.hasRoutingTable()) && collationObj.isEmpty()) {
|
src/mongo/s/query/cluster_aggregation_planner.cpp:633: !collationToReturn.isEmpty());
|
src/mongo/s/query/cluster_aggregation_planner.cpp:816: if (nss.isCollectionlessAggregateNS() || !collation.isEmpty() || !cm) {
|
src/mongo/s/shard_key_pattern_query_util.cpp:468: if (!collation.isEmpty()) {
|
src/mongo/s/shard_key_pattern_query_util.cpp:476: if (!cm.hasRoutingTable() && collation.isEmpty()) {
|
src/mongo/s/write_ops/write_without_shard_key_util.cpp:267: if (collation.isEmpty()) {
|