Documentation ¶
Index ¶
- Variables
- type TTimestampMap
- func (*TTimestampMap) Descriptor() ([]byte, []int)deprecated
- func (x *TTimestampMap) GetCellTags() []int32
- func (x *TTimestampMap) GetTimestamps() []uint64
- func (*TTimestampMap) ProtoMessage()
- func (x *TTimestampMap) ProtoReflect() protoreflect.Message
- func (x *TTimestampMap) Reset()
- func (x *TTimestampMap) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yt_yt_proto_yt_client_hive_proto_timestamp_map_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TTimestampMap ¶
type TTimestampMap struct { CellTags []int32 `protobuf:"varint,1,rep,name=cell_tags,json=cellTags" json:"cell_tags,omitempty"` Timestamps []uint64 `protobuf:"varint,2,rep,name=timestamps" json:"timestamps,omitempty"` // contains filtered or unexported fields }
func (*TTimestampMap) Descriptor
deprecated
func (*TTimestampMap) Descriptor() ([]byte, []int)
Deprecated: Use TTimestampMap.ProtoReflect.Descriptor instead.
func (*TTimestampMap) GetCellTags ¶
func (x *TTimestampMap) GetCellTags() []int32
func (*TTimestampMap) GetTimestamps ¶
func (x *TTimestampMap) GetTimestamps() []uint64
func (*TTimestampMap) ProtoMessage ¶
func (*TTimestampMap) ProtoMessage()
func (*TTimestampMap) ProtoReflect ¶
func (x *TTimestampMap) ProtoReflect() protoreflect.Message
func (*TTimestampMap) Reset ¶
func (x *TTimestampMap) Reset()
func (*TTimestampMap) String ¶
func (x *TTimestampMap) String() string
Click to show internal directories.
Click to hide internal directories.