| 1203 | } |
| 1204 | |
| 1205 | type spanCollector2 struct { |
| 1206 | minAttributes int |
| 1207 | nestedSetLeftExplicit bool |
| 1208 | nestedSetRightExplicit bool |
| 1209 | nestedSetParentExplicit bool |
| 1210 | |
| 1211 | secondPass traceql.SecondPassFn |
| 1212 | spansetBuffer *traceql.Spanset |
| 1213 | |
| 1214 | at span |
| 1215 | atRes parquetquery.IteratorResult |
| 1216 | |
| 1217 | name string |
| 1218 | } |
| 1219 | |
| 1220 | var _ parquetquery.Collector = (*spanCollector2)(nil) |
| 1221 |
nothing calls this directly
no outgoing calls
no test coverage detected