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 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.