schema

package
v0.0.0-...-634d34d Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 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 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