| 994 | } |
| 995 | |
| 996 | type scopedAttributeCollector struct { |
| 997 | atRes parquetquery.IteratorResult |
| 998 | at attrVal |
| 999 | |
| 1000 | strBuffer []string |
| 1001 | intBuffer []int |
| 1002 | floatBuffer []float64 |
| 1003 | boolBuffer []bool |
| 1004 | } |
| 1005 | |
| 1006 | var _ parquetquery.Collector = (*scopedAttributeCollector)(nil) |
| 1007 |
nothing calls this directly
no outgoing calls
no test coverage detected