MCPcopy
hub / github.com/grafana/tempo / PoolOption

Struct PoolOption

pkg/parquetquery/iters.go:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328type PoolOption struct {
329 pool *ResultPool
330}
331
332// WithPool allows setting a custom result pool for this iterator. Custom pooling
333// can be useful to keep similar sized results together or to isolate data. By

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected