Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParamSetsSchema ¶
type ParamSetsSchema struct { TileNumber types.TileNumber `sql:"tile_number INT"` ParamKey string `sql:"param_key STRING"` ParamValue string `sql:"param_value STRING"` // contains filtered or unexported fields }
type PostingsSchema ¶
type PostingsSchema struct { TileNumber types.TileNumber `sql:"tile_number INT"` KeyValue string `sql:"key_value STRING NOT NULL"` TraceID []byte `sql:"trace_id BYTES"` // contains filtered or unexported fields }
type SourceFilesSchema ¶
type TraceValues2Schema ¶
type TraceValues2Schema struct { TraceID []byte `sql:"trace_id BYTES"` CommitNumber int64 `sql:"commit_number INT"` Value float32 `sql:"val REAL"` SourceFileID int64 `sql:"source_file_id INT"` Benchmark string `sql:"benchmark STRING"` Bot string `sql:"bot STRING"` Test string `sql:"test STRING"` Subtest_1 string `sql:"subtest_1 STRING"` Subtest_2 string `sql:"subtest_2 STRING"` Subtest_3 string `sql:"subtest_3 STRING"` // contains filtered or unexported fields }
type TraceValuesSchema ¶
type TraceValuesSchema struct { TraceID []byte `sql:"trace_id BYTES"` CommitNumber int64 `sql:"commit_number INT"` Value float32 `sql:"val REAL"` SourceFileID int64 `sql:"source_file_id INT"` // contains filtered or unexported fields }
TraceValuesSchema describes the SQL schema of the TraceValues table.
Click to show internal directories.
Click to hide internal directories.