timescale_serialization

package
v0.0.0-...-407d02d Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package timescale_serialization is a generated protocol buffer package.

It is generated from these files:

timescale.proto

It has these top-level messages:

FlatPoint

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthTimescale = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTimescale   = fmt.Errorf("proto: integer overflow")
)
View Source
var FlatPoint_ValueType_name = map[int32]string{
	0: "INTEGER",
	1: "FLOAT",
	2: "STRING",
}
View Source
var FlatPoint_ValueType_value = map[string]int32{
	"INTEGER": 0,
	"FLOAT":   1,
	"STRING":  2,
}

Functions

This section is empty.

Types

type FlatPoint

type FlatPoint struct {
	MeasurementName string                      `protobuf:"bytes,1,opt,name=measurementName,proto3" json:"measurementName,omitempty"`
	Columns         []string                    `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	Values          []*FlatPoint_FlatPointValue `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
}

func (*FlatPoint) Descriptor

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

func (*FlatPoint) GetColumns

func (m *FlatPoint) GetColumns() []string

func (*FlatPoint) GetMeasurementName

func (m *FlatPoint) GetMeasurementName() string

func (*FlatPoint) GetValues

func (m *FlatPoint) GetValues() []*FlatPoint_FlatPointValue

func (*FlatPoint) Marshal

func (m *FlatPoint) Marshal() (dAtA []byte, err error)

func (*FlatPoint) MarshalTo

func (m *FlatPoint) MarshalTo(dAtA []byte) (int, error)

func (*FlatPoint) ProtoMessage

func (*FlatPoint) ProtoMessage()

func (*FlatPoint) Reset

func (m *FlatPoint) Reset()

func (*FlatPoint) Size

func (m *FlatPoint) Size() (n int)

func (*FlatPoint) String

func (m *FlatPoint) String() string

func (*FlatPoint) Unmarshal

func (m *FlatPoint) Unmarshal(dAtA []byte) error

type FlatPoint_FlatPointValue

type FlatPoint_FlatPointValue struct {
	Type      FlatPoint_ValueType `protobuf:"varint,1,opt,name=type,proto3,enum=timescale_serialization.FlatPoint_ValueType" json:"type,omitempty"`
	IntVal    int64               `protobuf:"varint,2,opt,name=intVal,proto3" json:"intVal,omitempty"`
	DoubleVal float64             `protobuf:"fixed64,3,opt,name=doubleVal,proto3" json:"doubleVal,omitempty"`
	StringVal string              `protobuf:"bytes,4,opt,name=stringVal,proto3" json:"stringVal,omitempty"`
}

func (*FlatPoint_FlatPointValue) Descriptor

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

func (*FlatPoint_FlatPointValue) GetDoubleVal

func (m *FlatPoint_FlatPointValue) GetDoubleVal() float64

func (*FlatPoint_FlatPointValue) GetIntVal

func (m *FlatPoint_FlatPointValue) GetIntVal() int64

func (*FlatPoint_FlatPointValue) GetStringVal

func (m *FlatPoint_FlatPointValue) GetStringVal() string

func (*FlatPoint_FlatPointValue) GetType

func (*FlatPoint_FlatPointValue) Marshal

func (m *FlatPoint_FlatPointValue) Marshal() (dAtA []byte, err error)

func (*FlatPoint_FlatPointValue) MarshalTo

func (m *FlatPoint_FlatPointValue) MarshalTo(dAtA []byte) (int, error)

func (*FlatPoint_FlatPointValue) ProtoMessage

func (*FlatPoint_FlatPointValue) ProtoMessage()

func (*FlatPoint_FlatPointValue) Reset

func (m *FlatPoint_FlatPointValue) Reset()

func (*FlatPoint_FlatPointValue) Size

func (m *FlatPoint_FlatPointValue) Size() (n int)

func (*FlatPoint_FlatPointValue) String

func (m *FlatPoint_FlatPointValue) String() string

func (*FlatPoint_FlatPointValue) Unmarshal

func (m *FlatPoint_FlatPointValue) Unmarshal(dAtA []byte) error

type FlatPoint_ValueType

type FlatPoint_ValueType int32
const (
	FlatPoint_INTEGER FlatPoint_ValueType = 0
	FlatPoint_FLOAT   FlatPoint_ValueType = 1
	FlatPoint_STRING  FlatPoint_ValueType = 2
)

func (FlatPoint_ValueType) EnumDescriptor

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

func (FlatPoint_ValueType) String

func (x FlatPoint_ValueType) String() string

Jump to

Keyboard shortcuts

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