linkCollector receives rows from the link columns and joins them together into map[key]value entries with the right type.
| 3733 | // linkCollector receives rows from the link columns and joins them together into |
| 3734 | // map[key]value entries with the right type. |
| 3735 | type linkCollector struct { |
| 3736 | minAttributes int |
| 3737 | } |
| 3738 | |
| 3739 | var _ parquetquery.GroupPredicate = (*linkCollector)(nil) |
| 3740 |
nothing calls this directly
no outgoing calls
no test coverage detected