Concept Flow - Range buckets
Start: Define range buckets
Input data documents
Check each document's field value
Compare value to each range bucket
Assign document to matching bucket(s)
Count documents per bucket
Return buckets with counts
Range buckets group documents by checking if their field values fall within specified numeric ranges, then count how many documents fit each range.