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