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

Function TestParquetRowSizeEstimate

tempodb/encoding/vparquet4/schema_test.go:844–851  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

842}
843
844func TestParquetRowSizeEstimate(t *testing.T) {
845 // use this test to parse actual Parquet files and compare the two methods of estimating row size
846 s := []string{}
847
848 for _, s := range s {
849 estimateRowSize(t, s)
850 }
851}
852
853func estimateRowSize(t *testing.T, name string) {
854 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