v1

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NamespaceInfo_NamespaceType_name = map[int32]string{
	0: "TENANT",
	1: "DATAPRODUCT",
	2: "LAB",
	3: "SERVINGSITE",
	4: "MODELDSYSTEM",
	5: "MODELDCATALOG",
}
View Source
var NamespaceInfo_NamespaceType_value = map[string]int32{
	"TENANT":        0,
	"DATAPRODUCT":   1,
	"LAB":           2,
	"SERVINGSITE":   3,
	"MODELDSYSTEM":  4,
	"MODELDCATALOG": 5,
}

Functions

This section is empty.

Types

type ColumnProfile

type ColumnProfile struct {
	Name     string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	N        int32   `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"`
	Type     string  `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Missing  int32   `protobuf:"varint,4,opt,name=missing,proto3" json:"missing,omitempty"`
	Distinct int32   `protobuf:"varint,5,opt,name=distinct,proto3" json:"distinct,omitempty"`
	Mean     float64 `protobuf:"fixed64,6,opt,name=mean,proto3" json:"mean,omitempty"`
	Std      float64 `protobuf:"fixed64,7,opt,name=std,proto3" json:"std,omitempty"`
	Variance float64 `protobuf:"fixed64,8,opt,name=variance,proto3" json:"variance,omitempty"`
	Min      float64 `protobuf:"fixed64,9,opt,name=min,proto3" json:"min,omitempty"`
	Max      float64 `protobuf:"fixed64,10,opt,name=max,proto3" json:"max,omitempty"`
	Kurtosis float64 `protobuf:"fixed64,11,opt,name=kurtosis,proto3" json:"kurtosis,omitempty"`
	Skewness float64 `protobuf:"fixed64,12,opt,name=skewness,proto3" json:"skewness,omitempty"`
	Sum      float64 `protobuf:"fixed64,13,opt,name=sum,proto3" json:"sum,omitempty"`
	Mad      float64 `protobuf:"fixed64,14,opt,name=mad,proto3" json:"mad,omitempty"`
	Zeros    float64 `protobuf:"fixed64,15,opt,name=zeros,proto3" json:"zeros,omitempty"`
	P25      float64 `protobuf:"fixed64,16,opt,name=p25,proto3" json:"p25,omitempty"`
	P50      float64 `protobuf:"fixed64,17,opt,name=p50,proto3" json:"p50,omitempty"`
	P75      float64 `protobuf:"fixed64,18,opt,name=p75,proto3" json:"p75,omitempty"`
	P100     float64 `protobuf:"fixed64,20,opt,name=p100,proto3" json:"p100,omitempty"`
	Iqr      float64 `protobuf:"fixed64,21,opt,name=iqr,proto3" json:"iqr,omitempty"`
	Cv       float64 `protobuf:"fixed64,22,opt,name=cv,proto3" json:"cv,omitempty"`
	PMissing float64 `protobuf:"fixed64,23,opt,name=p_missing,json=pMissing,proto3" json:"p_missing,omitempty"`
	Top      int32   `protobuf:"varint,24,opt,name=top,proto3" json:"top,omitempty"`
	Freq     int32   `protobuf:"varint,25,opt,name=freq,proto3" json:"freq,omitempty"`
	Ignore   bool    `protobuf:"varint,26,opt,name=ignore,proto3" json:"ignore,omitempty"`
	Label    bool    `protobuf:"varint,27,opt,name=label,proto3" json:"label,omitempty"`
	// return true if this cols is corrlated to another cols
	Corr bool `protobuf:"varint,28,opt,name=corr,proto3" json:"corr,omitempty"`
	// histogram
	Histogram            *Histogram `protobuf:"bytes,29,opt,name=histogram,proto3" json:"histogram,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ColumnProfile) Descriptor

func (*ColumnProfile) Descriptor() ([]byte, []int)

func (*ColumnProfile) GetCorr

func (m *ColumnProfile) GetCorr() bool

func (*ColumnProfile) GetCv

func (m *ColumnProfile) GetCv() float64

func (*ColumnProfile) GetDistinct

func (m *ColumnProfile) GetDistinct() int32

func (*ColumnProfile) GetFreq

func (m *ColumnProfile) GetFreq() int32

func (*ColumnProfile) GetHistogram

func (m *ColumnProfile) GetHistogram() *Histogram

func (*ColumnProfile) GetIgnore

func (m *ColumnProfile) GetIgnore() bool

func (*ColumnProfile) GetIqr

func (m *ColumnProfile) GetIqr() float64

func (*ColumnProfile) GetKurtosis

func (m *ColumnProfile) GetKurtosis() float64

func (*ColumnProfile) GetLabel

func (m *ColumnProfile) GetLabel() bool

func (*ColumnProfile) GetMad

func (m *ColumnProfile) GetMad() float64

func (*ColumnProfile) GetMax

func (m *ColumnProfile) GetMax() float64

func (*ColumnProfile) GetMean

func (m *ColumnProfile) GetMean() float64

func (*ColumnProfile) GetMin

func (m *ColumnProfile) GetMin() float64

func (*ColumnProfile) GetMissing

func (m *ColumnProfile) GetMissing() int32

func (*ColumnProfile) GetN

func (m *ColumnProfile) GetN() int32

func (*ColumnProfile) GetName

func (m *ColumnProfile) GetName() string

func (*ColumnProfile) GetP25

func (m *ColumnProfile) GetP25() float64

func (*ColumnProfile) GetP50

func (m *ColumnProfile) GetP50() float64

func (*ColumnProfile) GetP75

func (m *ColumnProfile) GetP75() float64

func (*ColumnProfile) GetP100

func (m *ColumnProfile) GetP100() float64

func (*ColumnProfile) GetPMissing

func (m *ColumnProfile) GetPMissing() float64

func (*ColumnProfile) GetSkewness

func (m *ColumnProfile) GetSkewness() float64

func (*ColumnProfile) GetStd

func (m *ColumnProfile) GetStd() float64

func (*ColumnProfile) GetSum

func (m *ColumnProfile) GetSum() float64

func (*ColumnProfile) GetTop

func (m *ColumnProfile) GetTop() int32

func (*ColumnProfile) GetType

func (m *ColumnProfile) GetType() string

func (*ColumnProfile) GetVariance

func (m *ColumnProfile) GetVariance() float64

func (*ColumnProfile) GetZeros

func (m *ColumnProfile) GetZeros() float64

func (*ColumnProfile) ProtoMessage

func (*ColumnProfile) ProtoMessage()

func (*ColumnProfile) Reset

func (m *ColumnProfile) Reset()

func (*ColumnProfile) String

func (m *ColumnProfile) String() string

func (*ColumnProfile) XXX_DiscardUnknown added in v0.1.7

func (m *ColumnProfile) XXX_DiscardUnknown()

func (*ColumnProfile) XXX_Marshal added in v0.1.7

func (m *ColumnProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ColumnProfile) XXX_Merge added in v0.1.7

func (m *ColumnProfile) XXX_Merge(src proto.Message)

func (*ColumnProfile) XXX_Size added in v0.1.7

func (m *ColumnProfile) XXX_Size() int

func (*ColumnProfile) XXX_Unmarshal added in v0.1.7

func (m *ColumnProfile) XXX_Unmarshal(b []byte) error

type DatasetProfile

type DatasetProfile struct {
	Cols     int32 `protobuf:"varint,1,opt,name=cols,proto3" json:"cols,omitempty"`
	Rows     int32 `protobuf:"varint,2,opt,name=rows,proto3" json:"rows,omitempty"`
	Filesize int32 `protobuf:"varint,3,opt,name=filesize,proto3" json:"filesize,omitempty"`
	// return true if this dataset is imbalance.
	Imbalance            bool             `protobuf:"varint,4,opt,name=imbalance,proto3" json:"imbalance,omitempty"`
	Plots                []*Plot          `protobuf:"bytes,5,rep,name=plots,proto3" json:"plots,omitempty"`
	Columns              []*ColumnProfile `protobuf:"bytes,6,rep,name=columns,proto3" json:"columns,omitempty"`
	Table                *TableView       `protobuf:"bytes,7,opt,name=table,proto3" json:"table,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*DatasetProfile) Descriptor

func (*DatasetProfile) Descriptor() ([]byte, []int)

func (*DatasetProfile) GetCols

func (m *DatasetProfile) GetCols() int32

func (*DatasetProfile) GetColumns

func (m *DatasetProfile) GetColumns() []*ColumnProfile

func (*DatasetProfile) GetFilesize

func (m *DatasetProfile) GetFilesize() int32

func (*DatasetProfile) GetImbalance

func (m *DatasetProfile) GetImbalance() bool

func (*DatasetProfile) GetPlots

func (m *DatasetProfile) GetPlots() []*Plot

func (*DatasetProfile) GetRows

func (m *DatasetProfile) GetRows() int32

func (*DatasetProfile) GetTable

func (m *DatasetProfile) GetTable() *TableView

func (*DatasetProfile) ProtoMessage

func (*DatasetProfile) ProtoMessage()

func (*DatasetProfile) Reset

func (m *DatasetProfile) Reset()

func (*DatasetProfile) String

func (m *DatasetProfile) String() string

func (*DatasetProfile) XXX_DiscardUnknown added in v0.1.7

func (m *DatasetProfile) XXX_DiscardUnknown()

func (*DatasetProfile) XXX_Marshal added in v0.1.7

func (m *DatasetProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatasetProfile) XXX_Merge added in v0.1.7

func (m *DatasetProfile) XXX_Merge(src proto.Message)

func (*DatasetProfile) XXX_Size added in v0.1.7

func (m *DatasetProfile) XXX_Size() int

func (*DatasetProfile) XXX_Unmarshal added in v0.1.7

func (m *DatasetProfile) XXX_Unmarshal(b []byte) error

type ForecastProfile

type ForecastProfile struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Plots                []*Plot  `protobuf:"bytes,2,rep,name=plots,proto3" json:"plots,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

/////////////////////////////////////////////////////////////////////// /// Forecast profile //////////////////////////////////////////////////////////////////////

func (*ForecastProfile) Descriptor

func (*ForecastProfile) Descriptor() ([]byte, []int)

func (*ForecastProfile) GetName

func (m *ForecastProfile) GetName() string

func (*ForecastProfile) GetPlots

func (m *ForecastProfile) GetPlots() []*Plot

func (*ForecastProfile) ProtoMessage

func (*ForecastProfile) ProtoMessage()

func (*ForecastProfile) Reset

func (m *ForecastProfile) Reset()

func (*ForecastProfile) String

func (m *ForecastProfile) String() string

func (*ForecastProfile) XXX_DiscardUnknown added in v0.1.7

func (m *ForecastProfile) XXX_DiscardUnknown()

func (*ForecastProfile) XXX_Marshal added in v0.1.7

func (m *ForecastProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ForecastProfile) XXX_Merge added in v0.1.7

func (m *ForecastProfile) XXX_Merge(src proto.Message)

func (*ForecastProfile) XXX_Size added in v0.1.7

func (m *ForecastProfile) XXX_Size() int

func (*ForecastProfile) XXX_Unmarshal added in v0.1.7

func (m *ForecastProfile) XXX_Unmarshal(b []byte) error

type Histogram

type Histogram struct {
	Values               []*HistogramValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Histogram) Descriptor

func (*Histogram) Descriptor() ([]byte, []int)

func (*Histogram) GetValues

func (m *Histogram) GetValues() []*HistogramValue

func (*Histogram) ProtoMessage

func (*Histogram) ProtoMessage()

func (*Histogram) Reset

func (m *Histogram) Reset()

func (*Histogram) String

func (m *Histogram) String() string

func (*Histogram) XXX_DiscardUnknown added in v0.1.7

func (m *Histogram) XXX_DiscardUnknown()

func (*Histogram) XXX_Marshal added in v0.1.7

func (m *Histogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Histogram) XXX_Merge added in v0.1.7

func (m *Histogram) XXX_Merge(src proto.Message)

func (*Histogram) XXX_Size added in v0.1.7

func (m *Histogram) XXX_Size() int

func (*Histogram) XXX_Unmarshal added in v0.1.7

func (m *Histogram) XXX_Unmarshal(b []byte) error

type HistogramValue

type HistogramValue struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	V                    float32  `protobuf:"fixed32,2,opt,name=v,proto3" json:"v,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HistogramValue) Descriptor

func (*HistogramValue) Descriptor() ([]byte, []int)

func (*HistogramValue) GetName

func (m *HistogramValue) GetName() string

func (*HistogramValue) GetV

func (m *HistogramValue) GetV() float32

func (*HistogramValue) ProtoMessage

func (*HistogramValue) ProtoMessage()

func (*HistogramValue) Reset

func (m *HistogramValue) Reset()

func (*HistogramValue) String

func (m *HistogramValue) String() string

func (*HistogramValue) XXX_DiscardUnknown added in v0.1.7

func (m *HistogramValue) XXX_DiscardUnknown()

func (*HistogramValue) XXX_Marshal added in v0.1.7

func (m *HistogramValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HistogramValue) XXX_Merge added in v0.1.7

func (m *HistogramValue) XXX_Merge(src proto.Message)

func (*HistogramValue) XXX_Size added in v0.1.7

func (m *HistogramValue) XXX_Size() int

func (*HistogramValue) XXX_Unmarshal added in v0.1.7

func (m *HistogramValue) XXX_Unmarshal(b []byte) error

type ModelProfile

type ModelProfile struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Plots                []*Plot  `protobuf:"bytes,2,rep,name=plots,proto3" json:"plots,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

/////////////////////////////////////////////////////////////////////// /// Model profile //////////////////////////////////////////////////////////////////////

func (*ModelProfile) Descriptor

func (*ModelProfile) Descriptor() ([]byte, []int)

func (*ModelProfile) GetName

func (m *ModelProfile) GetName() string

func (*ModelProfile) GetPlots

func (m *ModelProfile) GetPlots() []*Plot

func (*ModelProfile) ProtoMessage

func (*ModelProfile) ProtoMessage()

func (*ModelProfile) Reset

func (m *ModelProfile) Reset()

func (*ModelProfile) String

func (m *ModelProfile) String() string

func (*ModelProfile) XXX_DiscardUnknown added in v0.1.7

func (m *ModelProfile) XXX_DiscardUnknown()

func (*ModelProfile) XXX_Marshal added in v0.1.7

func (m *ModelProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModelProfile) XXX_Merge added in v0.1.7

func (m *ModelProfile) XXX_Merge(src proto.Message)

func (*ModelProfile) XXX_Size added in v0.1.7

func (m *ModelProfile) XXX_Size() int

func (*ModelProfile) XXX_Unmarshal added in v0.1.7

func (m *ModelProfile) XXX_Unmarshal(b []byte) error

type NamespaceInfo

type NamespaceInfo struct {
	Type                 NamespaceInfo_NamespaceType `` /* 144-byte string literal not displayed */
	Name                 string                      `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Accounts             int32                       `protobuf:"varint,3,opt,name=accounts,proto3" json:"accounts,omitempty"`
	Buckets              int32                       `protobuf:"varint,4,opt,name=buckets,proto3" json:"buckets,omitempty"`
	Labs                 int32                       `protobuf:"varint,5,opt,name=labs,proto3" json:"labs,omitempty"`
	Servingsites         int32                       `protobuf:"varint,6,opt,name=servingsites,proto3" json:"servingsites,omitempty"`
	Datasets             int32                       `protobuf:"varint,7,opt,name=datasets,proto3" json:"datasets,omitempty"`
	Datasources          int32                       `protobuf:"varint,8,opt,name=datasources,proto3" json:"datasources,omitempty"`
	Studies              int32                       `protobuf:"varint,9,opt,name=studies,proto3" json:"studies,omitempty"`
	Models               int32                       `protobuf:"varint,10,opt,name=models,proto3" json:"models,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*NamespaceInfo) Descriptor

func (*NamespaceInfo) Descriptor() ([]byte, []int)

func (*NamespaceInfo) GetAccounts

func (m *NamespaceInfo) GetAccounts() int32

func (*NamespaceInfo) GetBuckets

func (m *NamespaceInfo) GetBuckets() int32

func (*NamespaceInfo) GetDatasets

func (m *NamespaceInfo) GetDatasets() int32

func (*NamespaceInfo) GetDatasources

func (m *NamespaceInfo) GetDatasources() int32

func (*NamespaceInfo) GetLabs

func (m *NamespaceInfo) GetLabs() int32

func (*NamespaceInfo) GetModels

func (m *NamespaceInfo) GetModels() int32

func (*NamespaceInfo) GetName

func (m *NamespaceInfo) GetName() string

func (*NamespaceInfo) GetServingsites

func (m *NamespaceInfo) GetServingsites() int32

func (*NamespaceInfo) GetStudies

func (m *NamespaceInfo) GetStudies() int32

func (*NamespaceInfo) GetType

func (*NamespaceInfo) ProtoMessage

func (*NamespaceInfo) ProtoMessage()

func (*NamespaceInfo) Reset

func (m *NamespaceInfo) Reset()

func (*NamespaceInfo) String

func (m *NamespaceInfo) String() string

func (*NamespaceInfo) XXX_DiscardUnknown added in v0.1.7

func (m *NamespaceInfo) XXX_DiscardUnknown()

func (*NamespaceInfo) XXX_Marshal added in v0.1.7

func (m *NamespaceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceInfo) XXX_Merge added in v0.1.7

func (m *NamespaceInfo) XXX_Merge(src proto.Message)

func (*NamespaceInfo) XXX_Size added in v0.1.7

func (m *NamespaceInfo) XXX_Size() int

func (*NamespaceInfo) XXX_Unmarshal added in v0.1.7

func (m *NamespaceInfo) XXX_Unmarshal(b []byte) error

type NamespaceInfo_NamespaceType

type NamespaceInfo_NamespaceType int32
const (
	NamespaceInfo_TENANT        NamespaceInfo_NamespaceType = 0
	NamespaceInfo_DATAPRODUCT   NamespaceInfo_NamespaceType = 1
	NamespaceInfo_LAB           NamespaceInfo_NamespaceType = 2
	NamespaceInfo_SERVINGSITE   NamespaceInfo_NamespaceType = 3
	NamespaceInfo_MODELDSYSTEM  NamespaceInfo_NamespaceType = 4
	NamespaceInfo_MODELDCATALOG NamespaceInfo_NamespaceType = 5
)

func (NamespaceInfo_NamespaceType) EnumDescriptor

func (NamespaceInfo_NamespaceType) EnumDescriptor() ([]byte, []int)

func (NamespaceInfo_NamespaceType) String

type Plot

type Plot struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The visualization title
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// image as bin
	Img []byte `protobuf:"bytes,3,opt,name=img,proto3" json:"img,omitempty"`
	// image file name
	Fname string `protobuf:"bytes,4,opt,name=fname,proto3" json:"fname,omitempty"`
	// The url in the bucket
	Url                  string   `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Plot) Descriptor

func (*Plot) Descriptor() ([]byte, []int)

func (*Plot) GetFname

func (m *Plot) GetFname() string

func (*Plot) GetImg

func (m *Plot) GetImg() []byte

func (*Plot) GetName

func (m *Plot) GetName() string

func (*Plot) GetTitle

func (m *Plot) GetTitle() string

func (*Plot) GetUrl

func (m *Plot) GetUrl() string

func (*Plot) ProtoMessage

func (*Plot) ProtoMessage()

func (*Plot) Reset

func (m *Plot) Reset()

func (*Plot) String

func (m *Plot) String() string

func (*Plot) XXX_DiscardUnknown added in v0.1.7

func (m *Plot) XXX_DiscardUnknown()

func (*Plot) XXX_Marshal added in v0.1.7

func (m *Plot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Plot) XXX_Merge added in v0.1.7

func (m *Plot) XXX_Merge(src proto.Message)

func (*Plot) XXX_Size added in v0.1.7

func (m *Plot) XXX_Size() int

func (*Plot) XXX_Unmarshal added in v0.1.7

func (m *Plot) XXX_Unmarshal(b []byte) error

type StudyProfile

type StudyProfile struct {
	Plots                []*Plot         `protobuf:"bytes,1,rep,name=plots,proto3" json:"plots,omitempty"`
	Models               []*ModelProfile `protobuf:"bytes,2,rep,name=models,proto3" json:"models,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

/////////////////////////////////////////////////////////////////////// /// Study profile //////////////////////////////////////////////////////////////////////

func (*StudyProfile) Descriptor

func (*StudyProfile) Descriptor() ([]byte, []int)

func (*StudyProfile) GetModels

func (m *StudyProfile) GetModels() []*ModelProfile

func (*StudyProfile) GetPlots

func (m *StudyProfile) GetPlots() []*Plot

func (*StudyProfile) ProtoMessage

func (*StudyProfile) ProtoMessage()

func (*StudyProfile) Reset

func (m *StudyProfile) Reset()

func (*StudyProfile) String

func (m *StudyProfile) String() string

func (*StudyProfile) XXX_DiscardUnknown added in v0.1.7

func (m *StudyProfile) XXX_DiscardUnknown()

func (*StudyProfile) XXX_Marshal added in v0.1.7

func (m *StudyProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StudyProfile) XXX_Merge added in v0.1.7

func (m *StudyProfile) XXX_Merge(src proto.Message)

func (*StudyProfile) XXX_Size added in v0.1.7

func (m *StudyProfile) XXX_Size() int

func (*StudyProfile) XXX_Unmarshal added in v0.1.7

func (m *StudyProfile) XXX_Unmarshal(b []byte) error

type TableView

type TableView struct {
	Cols                 []string         `protobuf:"bytes,1,rep,name=cols,proto3" json:"cols,omitempty"`
	Rows                 []*TableViewRow  `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"`
	Profiles             []*ColumnProfile `protobuf:"bytes,3,rep,name=profiles,proto3" json:"profiles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TableView) Descriptor

func (*TableView) Descriptor() ([]byte, []int)

func (*TableView) GetCols

func (m *TableView) GetCols() []string

func (*TableView) GetProfiles

func (m *TableView) GetProfiles() []*ColumnProfile

func (*TableView) GetRows

func (m *TableView) GetRows() []*TableViewRow

func (*TableView) ProtoMessage

func (*TableView) ProtoMessage()

func (*TableView) Reset

func (m *TableView) Reset()

func (*TableView) String

func (m *TableView) String() string

func (*TableView) XXX_DiscardUnknown added in v0.1.7

func (m *TableView) XXX_DiscardUnknown()

func (*TableView) XXX_Marshal added in v0.1.7

func (m *TableView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableView) XXX_Merge added in v0.1.7

func (m *TableView) XXX_Merge(src proto.Message)

func (*TableView) XXX_Size added in v0.1.7

func (m *TableView) XXX_Size() int

func (*TableView) XXX_Unmarshal added in v0.1.7

func (m *TableView) XXX_Unmarshal(b []byte) error

type TableViewRow

type TableViewRow struct {
	Values               []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TableViewRow) Descriptor

func (*TableViewRow) Descriptor() ([]byte, []int)

func (*TableViewRow) GetValues

func (m *TableViewRow) GetValues() []string

func (*TableViewRow) ProtoMessage

func (*TableViewRow) ProtoMessage()

func (*TableViewRow) Reset

func (m *TableViewRow) Reset()

func (*TableViewRow) String

func (m *TableViewRow) String() string

func (*TableViewRow) XXX_DiscardUnknown added in v0.1.7

func (m *TableViewRow) XXX_DiscardUnknown()

func (*TableViewRow) XXX_Marshal added in v0.1.7

func (m *TableViewRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableViewRow) XXX_Merge added in v0.1.7

func (m *TableViewRow) XXX_Merge(src proto.Message)

func (*TableViewRow) XXX_Size added in v0.1.7

func (m *TableViewRow) XXX_Size() int

func (*TableViewRow) XXX_Unmarshal added in v0.1.7

func (m *TableViewRow) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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