schema

package
v0.0.0-...-55ef5a1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

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 SourceFilesSchema struct {
	ID         int64  `sql:"source_file_id INT PRIMARY KEY DEFAULT unique_rowid()"`
	SourceFile string `sql:"source_file STRING UNIQUE NOT NULL"`
	// contains filtered or unexported fields
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL