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

Function TestParquetRowSizeEstimate

tempodb/encoding/vparquet5/schema_test.go:865–872  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

863}
864
865func TestParquetRowSizeEstimate(t *testing.T) {
866 // use this test to parse actual Parquet files and compare the two methods of estimating row size
867 s := []string{}
868
869 for _, s := range s {
870 estimateRowSize(t, s)
871 }
872}
873
874func estimateRowSize(t *testing.T, name string) {
875 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