| 3875 | } |
| 3876 | |
| 3877 | type samplingPredicate struct { |
| 3878 | sampler traceql.Sampler |
| 3879 | inner parquetquery.Predicate |
| 3880 | } |
| 3881 | |
| 3882 | var _ parquetquery.Predicate = (*samplingPredicate)(nil) |
| 3883 |
nothing calls this directly
no outgoing calls
no test coverage detected