| 3985 | } |
| 3986 | |
| 3987 | type samplingPredicate struct { |
| 3988 | sampler traceql.Sampler |
| 3989 | inner parquetquery.Predicate |
| 3990 | } |
| 3991 | |
| 3992 | var _ parquetquery.Predicate = (*samplingPredicate)(nil) |
| 3993 |
nothing calls this directly
no outgoing calls
no test coverage detected