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

Function TestColumnIteratorSeek

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

Source from the content-addressed store, hash-verified

138}
139
140func TestColumnIteratorSeek(t *testing.T) {
141 for _, tc := range iterTestCases {
142 t.Run(tc.name, func(t *testing.T) {
143 testColumnIteratorSeek(t, tc.makeIter)
144 })
145 }
146}
147
148func testColumnIteratorSeek(t *testing.T, makeIter makeTestIterFn) {
149 count := 10_000

Callers

nothing calls this directly

Calls 2

testColumnIteratorSeekFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected