(minAttributes int)
| 3233 | var _ parquetquery.GroupPredicate = (*instrumentationCollector)(nil) |
| 3234 | |
| 3235 | func newInstrumentationCollector(minAttributes int) *instrumentationCollector { |
| 3236 | return &instrumentationCollector{ |
| 3237 | minAttributes: minAttributes, |
| 3238 | } |
| 3239 | } |
| 3240 | |
| 3241 | func (c *instrumentationCollector) String() string { |
| 3242 | return fmt.Sprintf("instrumentationCollector(%d)", c.minAttributes) |
no outgoing calls
no test coverage detected