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

Function TestColumnIteratorPredicate

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

Source from the content-addressed store, hash-verified

173}
174
175func TestColumnIteratorPredicate(t *testing.T) {
176 for _, tc := range iterTestCases {
177 t.Run(tc.name, func(t *testing.T) {
178 testColumnIteratorPredicate(t, tc.makeIter)
179 })
180 }
181}
182
183func testColumnIteratorPredicate(t *testing.T, makeIter makeTestIterFn) {
184 count := 10_000

Callers

nothing calls this directly

Calls 2

RunMethod · 0.45

Tested by

no test coverage detected