(requireAtLeastOneMatchOverall bool, minAttributes int)
| 3413 | var _ parquetquery.GroupPredicate = (*batchCollector)(nil) |
| 3414 | |
| 3415 | func newBatchCollector(requireAtLeastOneMatchOverall bool, minAttributes int) *batchCollector { |
| 3416 | return &batchCollector{ |
| 3417 | requireAtLeastOneMatchOverall: requireAtLeastOneMatchOverall, |
| 3418 | minAttributes: minAttributes, |
| 3419 | } |
| 3420 | } |
| 3421 | |
| 3422 | func (c *batchCollector) String() string { |
| 3423 | return fmt.Sprintf("batchCollector(%v, %d)", c.requireAtLeastOneMatchOverall, c.minAttributes) |
no outgoing calls
no test coverage detected