(requireAtLeastOneMatchOverall bool, minAttributes int)
| 2698 | var _ parquetquery.GroupPredicate = (*batchCollector)(nil) |
| 2699 | |
| 2700 | func newBatchCollector(requireAtLeastOneMatchOverall bool, minAttributes int) *batchCollector { |
| 2701 | return &batchCollector{ |
| 2702 | requireAtLeastOneMatchOverall: requireAtLeastOneMatchOverall, |
| 2703 | minAttributes: minAttributes, |
| 2704 | } |
| 2705 | } |
| 2706 | |
| 2707 | func (c *batchCollector) String() string { |
| 2708 | return fmt.Sprintf("batchCollector(%v, %d)", c.requireAtLeastOneMatchOverall, c.minAttributes) |
no outgoing calls
no test coverage detected