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 ¶
- Variables
- type FlatPoint
- func (*FlatPoint) Descriptor() ([]byte, []int)
- func (m *FlatPoint) GetColumns() []string
- func (m *FlatPoint) GetMeasurementName() string
- func (m *FlatPoint) GetValues() []*FlatPoint_FlatPointValue
- func (m *FlatPoint) Marshal() (dAtA []byte, err error)
- func (m *FlatPoint) MarshalTo(dAtA []byte) (int, error)
- func (*FlatPoint) ProtoMessage()
- func (m *FlatPoint) Reset()
- func (m *FlatPoint) Size() (n int)
- func (m *FlatPoint) String() string
- func (m *FlatPoint) Unmarshal(dAtA []byte) error
- type FlatPoint_FlatPointValue
- func (*FlatPoint_FlatPointValue) Descriptor() ([]byte, []int)
- func (m *FlatPoint_FlatPointValue) GetDoubleVal() float64
- func (m *FlatPoint_FlatPointValue) GetIntVal() int64
- func (m *FlatPoint_FlatPointValue) GetStringVal() string
- func (m *FlatPoint_FlatPointValue) GetType() FlatPoint_ValueType
- func (m *FlatPoint_FlatPointValue) Marshal() (dAtA []byte, err error)
- func (m *FlatPoint_FlatPointValue) MarshalTo(dAtA []byte) (int, error)
- func (*FlatPoint_FlatPointValue) ProtoMessage()
- func (m *FlatPoint_FlatPointValue) Reset()
- func (m *FlatPoint_FlatPointValue) Size() (n int)
- func (m *FlatPoint_FlatPointValue) String() string
- func (m *FlatPoint_FlatPointValue) Unmarshal(dAtA []byte) error
- type FlatPoint_ValueType
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) GetColumns ¶
func (*FlatPoint) GetMeasurementName ¶
func (*FlatPoint) GetValues ¶
func (m *FlatPoint) GetValues() []*FlatPoint_FlatPointValue
func (*FlatPoint) ProtoMessage ¶
func (*FlatPoint) ProtoMessage()
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 (m *FlatPoint_FlatPointValue) GetType() FlatPoint_ValueType
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
Click to show internal directories.
Click to hide internal directories.