Documentation ¶
Overview ¶
Package types is a generated protocol buffer package.
It is generated from these files:
src/github.com/lafikl/cof/types/types.proto
It has these top-level messages:
Footer Group Column Dictionary
Index ¶
- type Column
- type Dictionary
- type Footer
- type Group
- func (*Group) Descriptor() ([]byte, []int)
- func (m *Group) GetColumns() []*Column
- func (m *Group) GetEnd() int64
- func (m *Group) GetMax() int64
- func (m *Group) GetMin() int64
- func (m *Group) GetNumColumns() int64
- func (m *Group) GetNumRows() int64
- func (m *Group) GetStart() int64
- func (*Group) ProtoMessage()
- func (m *Group) Reset()
- func (m *Group) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Name string `protobuf:"bytes,1,opt,name=Name" json:"Name,omitempty"` Type string `protobuf:"bytes,2,opt,name=Type" json:"Type,omitempty"` Start int64 `protobuf:"varint,3,opt,name=Start" json:"Start,omitempty"` End int64 `protobuf:"varint,4,opt,name=End" json:"End,omitempty"` }
func (*Column) Descriptor ¶
func (*Column) ProtoMessage ¶
func (*Column) ProtoMessage()
type Dictionary ¶
type Dictionary struct {
Values []string `protobuf:"bytes,1,rep,name=Values" json:"Values,omitempty"`
}
func (*Dictionary) Descriptor ¶
func (*Dictionary) Descriptor() ([]byte, []int)
func (*Dictionary) GetValues ¶
func (m *Dictionary) GetValues() []string
func (*Dictionary) ProtoMessage ¶
func (*Dictionary) ProtoMessage()
func (*Dictionary) Reset ¶
func (m *Dictionary) Reset()
func (*Dictionary) String ¶
func (m *Dictionary) String() string
type Footer ¶
type Footer struct {
}func (*Footer) Descriptor ¶
func (*Footer) ProtoMessage ¶
func (*Footer) ProtoMessage()
type Group ¶
type Group struct { NumRows int64 `protobuf:"varint,1,opt,name=NumRows" json:"NumRows,omitempty"` NumColumns int64 `protobuf:"varint,2,opt,name=NumColumns" json:"NumColumns,omitempty"` Min int64 `protobuf:"varint,3,opt,name=Min" json:"Min,omitempty"` Max int64 `protobuf:"varint,4,opt,name=Max" json:"Max,omitempty"` Start int64 `protobuf:"varint,5,opt,name=Start" json:"Start,omitempty"` End int64 `protobuf:"varint,6,opt,name=End" json:"End,omitempty"` Columns []*Column `protobuf:"bytes,7,rep,name=Columns" json:"Columns,omitempty"` }
func (*Group) Descriptor ¶
func (*Group) GetColumns ¶
func (*Group) GetNumColumns ¶
func (*Group) GetNumRows ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.