(minAttributes int)
| 3324 | var _ parquetquery.GroupPredicate = (*instrumentationCollector)(nil) |
| 3325 | |
| 3326 | func newInstrumentationCollector(minAttributes int) *instrumentationCollector { |
| 3327 | return &instrumentationCollector{ |
| 3328 | minAttributes: minAttributes, |
| 3329 | } |
| 3330 | } |
| 3331 | |
| 3332 | func (c *instrumentationCollector) String() string { |
| 3333 | return fmt.Sprintf("instrumentationCollector(%d)", c.minAttributes) |
no outgoing calls
no test coverage detected