query

package
v0.0.0-...-0786b7d Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2021 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Example

type Example struct {
	QueryId      string // Query.Id
	InstanceUUID string // Instance.UUID
	Period       time.Time
	Ts           time.Time
	Db           string
	QueryTime    float64
	Query        string
	Size         int // Original size of the Query, before any truncation.
}

type Query

type Query struct {
	Id          string // 9C8DEE410FA0E0C8
	Abstract    string // SELECT tbl1
	Fingerprint string // select col from tbl1 where id=?
	Tables      []Table
	FirstSeen   time.Time
	LastSeen    time.Time
	Status      string
}

type Table

type Table struct {
	Db    string
	Table string
}

func (Table) String

func (t Table) String() string

Jump to

Keyboard shortcuts

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