Concept Flow - Comparison expressions ($eq, $gt in aggregation)
Start aggregation pipeline
Apply $match stage
Evaluate $eq or $gt expression
Filter documents based on comparison
Output filtered documents
End
The aggregation pipeline starts, applies a $match stage where $eq or $gt expressions compare fields to values, filters documents accordingly, and outputs the result.