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

Function TestColumnIterator

pkg/parquetquery/iters_test.go:111–117  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

109}
110
111func TestColumnIterator(t *testing.T) {
112 for _, tc := range iterTestCases {
113 t.Run(tc.name, func(t *testing.T) {
114 testColumnIterator(t, tc.makeIter)
115 })
116 }
117}
118
119func testColumnIterator(t *testing.T, makeIter makeTestIterFn) {
120 count := 100_000

Callers

nothing calls this directly

Calls 2

testColumnIteratorFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected