This turns groups of span values into Span objects
| 3107 | |
| 3108 | // This turns groups of span values into Span objects |
| 3109 | type spanCollector struct { |
| 3110 | minAttributes int |
| 3111 | |
| 3112 | nestedSetLeftExplicit bool |
| 3113 | nestedSetRightExplicit bool |
| 3114 | nestedSetParentExplicit bool |
| 3115 | } |
| 3116 | |
| 3117 | var _ parquetquery.GroupPredicate = (*spanCollector)(nil) |
| 3118 |
nothing calls this directly
no outgoing calls
no test coverage detected