widgetsprof

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StatCells

type StatCells interface {
	Name() string
	NumRows(colProf *objects.ColumnProfile) int
	NumColumns() int
	DecorateCells(row int, tblProf *objects.TableProfile, colProf *objects.ColumnProfile, cells []*widgets.TableCell)
}

type StatDiffCells

type StatDiffCells interface {
	Name() string
	NumRows() int
	NumColumns() int
	DecorateCells(row int, cells []*widgets.TableCell)
}

type StatDiffTable

type StatDiffTable struct {
	*widgets.SelectableTable
	// contains filtered or unexported fields
}

func NewStatDiffTable

func NewStatDiffTable(tpd *diffprof.TableProfileDiff) (*StatDiffTable, error)

type StatTable

type StatTable struct {
	*widgets.SelectableTable
	// contains filtered or unexported fields
}

func NewStatTable

func NewStatTable(tblProf *objects.TableProfile) *StatTable

Jump to

Keyboard shortcuts

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