Documentation ¶
Index ¶
- Constants
- Variables
- type TDataStatistics
- func (*TDataStatistics) Descriptor() ([]byte, []int)deprecated
- func (x *TDataStatistics) GetChunkCount() int64
- func (x *TDataStatistics) GetCompressedDataSize() int64
- func (x *TDataStatistics) GetDataWeight() int64
- func (x *TDataStatistics) GetErasureDiskSpace() int64
- func (x *TDataStatistics) GetRegularDiskSpace() int64
- func (x *TDataStatistics) GetRowCount() int64
- func (x *TDataStatistics) GetUncompressedDataSize() int64
- func (x *TDataStatistics) GetUnmergedDataWeight() int64
- func (x *TDataStatistics) GetUnmergedRowCount() int64
- func (*TDataStatistics) ProtoMessage()
- func (x *TDataStatistics) ProtoReflect() protoreflect.Message
- func (x *TDataStatistics) Reset()
- func (x *TDataStatistics) String() string
Constants ¶
View Source
const ( Default_TDataStatistics_UncompressedDataSize = int64(0) Default_TDataStatistics_CompressedDataSize = int64(0) Default_TDataStatistics_RowCount = int64(0) Default_TDataStatistics_ChunkCount = int64(0) Default_TDataStatistics_RegularDiskSpace = int64(0) Default_TDataStatistics_ErasureDiskSpace = int64(0) Default_TDataStatistics_DataWeight = int64(0) Default_TDataStatistics_UnmergedRowCount = int64(0) Default_TDataStatistics_UnmergedDataWeight = int64(0) )
Default values for TDataStatistics fields.
Variables ¶
View Source
var File_yt_yt_proto_yt_client_chunk_client_proto_data_statistics_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TDataStatistics ¶
type TDataStatistics struct { UncompressedDataSize *int64 `protobuf:"varint,1,opt,name=uncompressed_data_size,json=uncompressedDataSize,def=0" json:"uncompressed_data_size,omitempty"` CompressedDataSize *int64 `protobuf:"varint,2,opt,name=compressed_data_size,json=compressedDataSize,def=0" json:"compressed_data_size,omitempty"` RowCount *int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount,def=0" json:"row_count,omitempty"` ChunkCount *int64 `protobuf:"varint,4,opt,name=chunk_count,json=chunkCount,def=0" json:"chunk_count,omitempty"` RegularDiskSpace *int64 `protobuf:"varint,6,opt,name=regular_disk_space,json=regularDiskSpace,def=0" json:"regular_disk_space,omitempty"` ErasureDiskSpace *int64 `protobuf:"varint,7,opt,name=erasure_disk_space,json=erasureDiskSpace,def=0" json:"erasure_disk_space,omitempty"` // For backward compatibility this can be -1 which means "invalid value". DataWeight *int64 `protobuf:"varint,8,opt,name=data_weight,json=dataWeight,def=0" json:"data_weight,omitempty"` UnmergedRowCount *int64 `protobuf:"varint,9,opt,name=unmerged_row_count,json=unmergedRowCount,def=0" json:"unmerged_row_count,omitempty"` UnmergedDataWeight *int64 `protobuf:"varint,10,opt,name=unmerged_data_weight,json=unmergedDataWeight,def=0" json:"unmerged_data_weight,omitempty"` // contains filtered or unexported fields }
func (*TDataStatistics) Descriptor
deprecated
func (*TDataStatistics) Descriptor() ([]byte, []int)
Deprecated: Use TDataStatistics.ProtoReflect.Descriptor instead.
func (*TDataStatistics) GetChunkCount ¶
func (x *TDataStatistics) GetChunkCount() int64
func (*TDataStatistics) GetCompressedDataSize ¶
func (x *TDataStatistics) GetCompressedDataSize() int64
func (*TDataStatistics) GetDataWeight ¶
func (x *TDataStatistics) GetDataWeight() int64
func (*TDataStatistics) GetErasureDiskSpace ¶
func (x *TDataStatistics) GetErasureDiskSpace() int64
func (*TDataStatistics) GetRegularDiskSpace ¶
func (x *TDataStatistics) GetRegularDiskSpace() int64
func (*TDataStatistics) GetRowCount ¶
func (x *TDataStatistics) GetRowCount() int64
func (*TDataStatistics) GetUncompressedDataSize ¶
func (x *TDataStatistics) GetUncompressedDataSize() int64
func (*TDataStatistics) GetUnmergedDataWeight ¶
func (x *TDataStatistics) GetUnmergedDataWeight() int64
func (*TDataStatistics) GetUnmergedRowCount ¶
func (x *TDataStatistics) GetUnmergedRowCount() int64
func (*TDataStatistics) ProtoMessage ¶
func (*TDataStatistics) ProtoMessage()
func (*TDataStatistics) ProtoReflect ¶
func (x *TDataStatistics) ProtoReflect() protoreflect.Message
func (*TDataStatistics) Reset ¶
func (x *TDataStatistics) Reset()
func (*TDataStatistics) String ¶
func (x *TDataStatistics) String() string
Click to show internal directories.
Click to hide internal directories.