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

Struct IteratorOption

pkg/parquetquery/iters.go:359–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359type IteratorOption struct {
360 definitionLevel int
361 iter Iterator
362 optional bool
363 param any
364}
365
366func WithIterator(definitionLevel int, iter Iterator, optional bool, param any) IteratorOption {
367 return IteratorOption{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected