eventCollector receives rows from the event columns and joins them together into map[key]value entries with the right type.
| 3643 | // eventCollector receives rows from the event columns and joins them together into |
| 3644 | // map[key]value entries with the right type. |
| 3645 | type eventCollector struct { |
| 3646 | minAttributes int |
| 3647 | } |
| 3648 | |
| 3649 | var _ parquetquery.GroupPredicate = (*eventCollector)(nil) |
| 3650 |
nothing calls this directly
no outgoing calls
no test coverage detected