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