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

Function TestParquetRowSizeEstimate

tempodb/encoding/vparquet3/schema_test.go:434–441  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

432}
433
434func TestParquetRowSizeEstimate(t *testing.T) {
435 // use this test to parse actual Parquet files and compare the two methods of estimating row size
436 s := []string{}
437
438 for _, s := range s {
439 estimateRowSize(t, s)
440 }
441}
442
443func estimateRowSize(t *testing.T, name string) {
444 f, err := os.OpenFile(name, os.O_RDONLY, 0o600)

Callers

nothing calls this directly

Calls 1

estimateRowSizeFunction · 0.70

Tested by

no test coverage detected