| 53 | } |
| 54 | |
| 55 | type rawIterator struct { |
| 56 | blockID string |
| 57 | r *parquet.Reader //nolint:all //deprecated |
| 58 | traceIDIndex int |
| 59 | pool *rowPool |
| 60 | } |
| 61 | |
| 62 | var _ RawIterator = (*rawIterator)(nil) |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected