Documentation ¶
Index ¶
- Variables
- type ArraySt
- func (*ArraySt) Descriptor() ([]byte, []int)deprecated
- func (x *ArraySt) GetCount() int64
- func (x *ArraySt) GetMaxLength() float64
- func (x *ArraySt) GetMinLength() float64
- func (x *ArraySt) GetSumLength() float64
- func (x *ArraySt) GetValues() *ValueSt
- func (*ArraySt) ProtoMessage()
- func (x *ArraySt) ProtoReflect() protoreflect.Message
- func (x *ArraySt) Reset()
- func (x *ArraySt) String() string
- type ArrayValue
- func (*ArrayValue) Descriptor() ([]byte, []int)deprecated
- func (x *ArrayValue) GetDefaultCount() uint64
- func (x *ArrayValue) GetNullCount() uint64
- func (x *ArrayValue) GetTotalCount() uint64
- func (x *ArrayValue) GetValues() *ValueValue
- func (*ArrayValue) ProtoMessage()
- func (x *ArrayValue) ProtoReflect() protoreflect.Message
- func (x *ArrayValue) Reset()
- func (x *ArrayValue) String() string
- type AvgStat
- type BooleanSt
- type BooleanValue
- func (*BooleanValue) Descriptor() ([]byte, []int)deprecated
- func (x *BooleanValue) GetDefaultCount() uint64
- func (x *BooleanValue) GetFalseCount() uint64
- func (x *BooleanValue) GetNullCount() uint64
- func (x *BooleanValue) GetTotalCount() uint64
- func (x *BooleanValue) GetTrueCount() uint64
- func (*BooleanValue) ProtoMessage()
- func (x *BooleanValue) ProtoReflect() protoreflect.Message
- func (x *BooleanValue) Reset()
- func (x *BooleanValue) String() string
- type FloatNumSt
- type HyperLogLog
- func (*HyperLogLog) Descriptor() ([]byte, []int)deprecated
- func (x *HyperLogLog) GetCardinality() uint64
- func (x *HyperLogLog) GetData() []byte
- func (*HyperLogLog) ProtoMessage()
- func (x *HyperLogLog) ProtoReflect() protoreflect.Message
- func (x *HyperLogLog) Reset()
- func (x *HyperLogLog) String() string
- type IntNumSt
- type MaxStat
- type MinStat
- type NumberSt
- func (*NumberSt) Descriptor() ([]byte, []int)deprecated
- func (x *NumberSt) GetFloatNum() *FloatNumSt
- func (x *NumberSt) GetIntegerNum() *IntNumSt
- func (x *NumberSt) GetUintegerNum() *UIntNumSt
- func (*NumberSt) ProtoMessage()
- func (x *NumberSt) ProtoReflect() protoreflect.Message
- func (x *NumberSt) Reset()
- func (x *NumberSt) String() string
- type NumberStat
- func (*NumberStat) Descriptor() ([]byte, []int)deprecated
- func (x *NumberStat) GetAvg() *AvgStat
- func (x *NumberStat) GetHyperLogLog() *HyperLogLog
- func (x *NumberStat) GetMax() *MaxStat
- func (x *NumberStat) GetMin() *MinStat
- func (*NumberStat) ProtoMessage()
- func (x *NumberStat) ProtoReflect() protoreflect.Message
- func (x *NumberStat) Reset()
- func (x *NumberStat) String() string
- type NumberValue
- func (*NumberValue) Descriptor() ([]byte, []int)deprecated
- func (x *NumberValue) GetAvg() *AvgStat
- func (x *NumberValue) GetDefaultCount() uint64
- func (x *NumberValue) GetHyperLogLog() *HyperLogLog
- func (x *NumberValue) GetMax() *MaxStat
- func (x *NumberValue) GetMin() *MinStat
- func (x *NumberValue) GetNullCount() uint64
- func (x *NumberValue) GetTotalCount() uint64
- func (*NumberValue) ProtoMessage()
- func (x *NumberValue) ProtoReflect() protoreflect.Message
- func (x *NumberValue) Reset()
- func (x *NumberValue) String() string
- type ObjSt
- type ObjValue
- func (*ObjValue) Descriptor() ([]byte, []int)deprecated
- func (x *ObjValue) GetDefaultCount() uint64
- func (x *ObjValue) GetFields() map[string]*ValueValue
- func (x *ObjValue) GetNullCount() uint64
- func (x *ObjValue) GetTotalCount() uint64
- func (*ObjValue) ProtoMessage()
- func (x *ObjValue) ProtoReflect() protoreflect.Message
- func (x *ObjValue) Reset()
- func (x *ObjValue) String() string
- type StringSt
- type StringValue
- func (*StringValue) Descriptor() ([]byte, []int)deprecated
- func (x *StringValue) GetDefaultCount() uint64
- func (x *StringValue) GetHyperLogLog() *HyperLogLog
- func (x *StringValue) GetLength() *NumberStat
- func (x *StringValue) GetNullCount() uint64
- func (x *StringValue) GetTotalCount() uint64
- func (*StringValue) ProtoMessage()
- func (x *StringValue) ProtoReflect() protoreflect.Message
- func (x *StringValue) Reset()
- func (x *StringValue) String() string
- type StructureDigest
- type TestSample
- func (*TestSample) Descriptor() ([]byte, []int)deprecated
- func (x *TestSample) GetArray() []int32
- func (x *TestSample) GetBool() bool
- func (x *TestSample) GetBytes() []byte
- func (x *TestSample) GetDouble() float64
- func (x *TestSample) GetFixed32() uint32
- func (x *TestSample) GetFixed64() uint64
- func (x *TestSample) GetFloat() float32
- func (x *TestSample) GetInt32() int32
- func (x *TestSample) GetInt64() int64
- func (x *TestSample) GetMap() map[int32]int32
- func (x *TestSample) GetNestedMsg() *TestSample
- func (x *TestSample) GetNestedMsgs() []*TestSample
- func (x *TestSample) GetSfixed32() int32
- func (x *TestSample) GetSfixed64() int64
- func (x *TestSample) GetSint32() int32
- func (x *TestSample) GetSint64() int64
- func (x *TestSample) GetString_() string
- func (x *TestSample) GetUint32() uint32
- func (x *TestSample) GetUint64() uint64
- func (*TestSample) ProtoMessage()
- func (x *TestSample) ProtoReflect() protoreflect.Message
- func (x *TestSample) Reset()
- func (x *TestSample) String() string
- type UIntNumSt
- type ValueSt
- func (*ValueSt) Descriptor() ([]byte, []int)deprecated
- func (x *ValueSt) GetArray() *ArraySt
- func (x *ValueSt) GetBoolean() *BooleanSt
- func (x *ValueSt) GetNumber() *NumberSt
- func (x *ValueSt) GetObj() *ObjSt
- func (x *ValueSt) GetString_() *StringSt
- func (*ValueSt) ProtoMessage()
- func (x *ValueSt) ProtoReflect() protoreflect.Message
- func (x *ValueSt) Reset()
- func (x *ValueSt) String() string
- type ValueValue
- func (*ValueValue) Descriptor() ([]byte, []int)deprecated
- func (x *ValueValue) GetArray() *ArrayValue
- func (x *ValueValue) GetBoolean() *BooleanValue
- func (x *ValueValue) GetNullCount() uint64
- func (x *ValueValue) GetNumber() *NumberValue
- func (x *ValueValue) GetObj() *ObjValue
- func (x *ValueValue) GetString_() *StringValue
- func (x *ValueValue) GetTotalCount() uint64
- func (*ValueValue) ProtoMessage()
- func (x *ValueValue) ProtoReflect() protoreflect.Message
- func (x *ValueValue) Reset()
- func (x *ValueValue) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_dataplane_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ArraySt ¶
type ArraySt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Values *ValueSt `protobuf:"bytes,2,opt,name=values,proto3" json:"values,omitempty"` MinLength float64 `protobuf:"fixed64,3,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"` MaxLength float64 `protobuf:"fixed64,4,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"` // to be able to calculate the average when aggregating digests SumLength float64 `protobuf:"fixed64,5,opt,name=sum_length,json=sumLength,proto3" json:"sum_length,omitempty"` // contains filtered or unexported fields }
func (*ArraySt) Descriptor
deprecated
func (*ArraySt) GetMaxLength ¶
func (*ArraySt) GetMinLength ¶
func (*ArraySt) GetSumLength ¶
func (*ArraySt) ProtoMessage ¶
func (*ArraySt) ProtoMessage()
func (*ArraySt) ProtoReflect ¶
func (x *ArraySt) ProtoReflect() protoreflect.Message
type ArrayValue ¶
type ArrayValue struct { TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` DefaultCount uint64 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"` NullCount uint64 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"` Values *ValueValue `protobuf:"bytes,4,opt,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func NewArrayValue ¶
func NewArrayValue() *ArrayValue
func (*ArrayValue) Descriptor
deprecated
func (*ArrayValue) Descriptor() ([]byte, []int)
Deprecated: Use ArrayValue.ProtoReflect.Descriptor instead.
func (*ArrayValue) GetDefaultCount ¶
func (x *ArrayValue) GetDefaultCount() uint64
func (*ArrayValue) GetNullCount ¶
func (x *ArrayValue) GetNullCount() uint64
func (*ArrayValue) GetTotalCount ¶
func (x *ArrayValue) GetTotalCount() uint64
func (*ArrayValue) GetValues ¶
func (x *ArrayValue) GetValues() *ValueValue
func (*ArrayValue) ProtoMessage ¶
func (*ArrayValue) ProtoMessage()
func (*ArrayValue) ProtoReflect ¶
func (x *ArrayValue) ProtoReflect() protoreflect.Message
func (*ArrayValue) Reset ¶
func (x *ArrayValue) Reset()
func (*ArrayValue) String ¶
func (x *ArrayValue) String() string
type AvgStat ¶
type AvgStat struct { Sum float64 `protobuf:"fixed64,1,opt,name=sum,proto3" json:"sum,omitempty"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func NewAvgStat ¶
func NewAvgStat() *AvgStat
func (*AvgStat) Descriptor
deprecated
func (*AvgStat) ProtoMessage ¶
func (*AvgStat) ProtoMessage()
func (*AvgStat) ProtoReflect ¶
func (x *AvgStat) ProtoReflect() protoreflect.Message
type BooleanSt ¶
type BooleanSt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*BooleanSt) Descriptor
deprecated
func (*BooleanSt) ProtoMessage ¶
func (*BooleanSt) ProtoMessage()
func (*BooleanSt) ProtoReflect ¶
func (x *BooleanSt) ProtoReflect() protoreflect.Message
type BooleanValue ¶
type BooleanValue struct { TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` DefaultCount uint64 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"` NullCount uint64 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"` FalseCount uint64 `protobuf:"varint,4,opt,name=false_count,json=falseCount,proto3" json:"false_count,omitempty"` TrueCount uint64 `protobuf:"varint,5,opt,name=true_count,json=trueCount,proto3" json:"true_count,omitempty"` // contains filtered or unexported fields }
func NewBooleanValue ¶
func NewBooleanValue() *BooleanValue
func (*BooleanValue) Descriptor
deprecated
func (*BooleanValue) Descriptor() ([]byte, []int)
Deprecated: Use BooleanValue.ProtoReflect.Descriptor instead.
func (*BooleanValue) GetDefaultCount ¶
func (x *BooleanValue) GetDefaultCount() uint64
func (*BooleanValue) GetFalseCount ¶
func (x *BooleanValue) GetFalseCount() uint64
func (*BooleanValue) GetNullCount ¶
func (x *BooleanValue) GetNullCount() uint64
func (*BooleanValue) GetTotalCount ¶
func (x *BooleanValue) GetTotalCount() uint64
func (*BooleanValue) GetTrueCount ¶
func (x *BooleanValue) GetTrueCount() uint64
func (*BooleanValue) ProtoMessage ¶
func (*BooleanValue) ProtoMessage()
func (*BooleanValue) ProtoReflect ¶
func (x *BooleanValue) ProtoReflect() protoreflect.Message
func (*BooleanValue) Reset ¶
func (x *BooleanValue) Reset()
func (*BooleanValue) String ¶
func (x *BooleanValue) String() string
type FloatNumSt ¶
type FloatNumSt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*FloatNumSt) Descriptor
deprecated
func (*FloatNumSt) Descriptor() ([]byte, []int)
Deprecated: Use FloatNumSt.ProtoReflect.Descriptor instead.
func (*FloatNumSt) GetCount ¶
func (x *FloatNumSt) GetCount() int64
func (*FloatNumSt) ProtoMessage ¶
func (*FloatNumSt) ProtoMessage()
func (*FloatNumSt) ProtoReflect ¶
func (x *FloatNumSt) ProtoReflect() protoreflect.Message
func (*FloatNumSt) Reset ¶
func (x *FloatNumSt) Reset()
func (*FloatNumSt) String ¶
func (x *FloatNumSt) String() string
type HyperLogLog ¶
type HyperLogLog struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Cardinality uint64 `protobuf:"varint,2,opt,name=cardinality,proto3" json:"cardinality,omitempty"` // contains filtered or unexported fields }
func (*HyperLogLog) Descriptor
deprecated
func (*HyperLogLog) Descriptor() ([]byte, []int)
Deprecated: Use HyperLogLog.ProtoReflect.Descriptor instead.
func (*HyperLogLog) GetCardinality ¶
func (x *HyperLogLog) GetCardinality() uint64
func (*HyperLogLog) GetData ¶
func (x *HyperLogLog) GetData() []byte
func (*HyperLogLog) ProtoMessage ¶
func (*HyperLogLog) ProtoMessage()
func (*HyperLogLog) ProtoReflect ¶
func (x *HyperLogLog) ProtoReflect() protoreflect.Message
func (*HyperLogLog) Reset ¶
func (x *HyperLogLog) Reset()
func (*HyperLogLog) String ¶
func (x *HyperLogLog) String() string
type IntNumSt ¶
type IntNumSt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*IntNumSt) Descriptor
deprecated
func (*IntNumSt) ProtoMessage ¶
func (*IntNumSt) ProtoMessage()
func (*IntNumSt) ProtoReflect ¶
func (x *IntNumSt) ProtoReflect() protoreflect.Message
type MaxStat ¶
type MaxStat struct { Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func NewMaxStat ¶
func NewMaxStat() *MaxStat
func (*MaxStat) Descriptor
deprecated
func (*MaxStat) ProtoMessage ¶
func (*MaxStat) ProtoMessage()
func (*MaxStat) ProtoReflect ¶
func (x *MaxStat) ProtoReflect() protoreflect.Message
type MinStat ¶
type MinStat struct { Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func NewMinStat ¶
func NewMinStat() *MinStat
func (*MinStat) Descriptor
deprecated
func (*MinStat) ProtoMessage ¶
func (*MinStat) ProtoMessage()
func (*MinStat) ProtoReflect ¶
func (x *MinStat) ProtoReflect() protoreflect.Message
type NumberSt ¶
type NumberSt struct { // if more than one is set, multiple types detected IntegerNum *IntNumSt `protobuf:"bytes,1,opt,name=integer_num,json=integerNum,proto3" json:"integer_num,omitempty"` UintegerNum *UIntNumSt `protobuf:"bytes,2,opt,name=uinteger_num,json=uintegerNum,proto3" json:"uinteger_num,omitempty"` FloatNum *FloatNumSt `protobuf:"bytes,3,opt,name=float_num,json=floatNum,proto3" json:"float_num,omitempty"` // contains filtered or unexported fields }
func (*NumberSt) Descriptor
deprecated
func (*NumberSt) GetFloatNum ¶
func (x *NumberSt) GetFloatNum() *FloatNumSt
func (*NumberSt) GetIntegerNum ¶
func (*NumberSt) GetUintegerNum ¶
func (*NumberSt) ProtoMessage ¶
func (*NumberSt) ProtoMessage()
func (*NumberSt) ProtoReflect ¶
func (x *NumberSt) ProtoReflect() protoreflect.Message
type NumberStat ¶
type NumberStat struct { Min *MinStat `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"` Avg *AvgStat `protobuf:"bytes,2,opt,name=avg,proto3" json:"avg,omitempty"` Max *MaxStat `protobuf:"bytes,3,opt,name=max,proto3" json:"max,omitempty"` HyperLogLog *HyperLogLog `protobuf:"bytes,4,opt,name=hyper_log_log,json=hyperLogLog,proto3" json:"hyper_log_log,omitempty"` // contains filtered or unexported fields }
func NewNumberStat ¶
func NewNumberStat() *NumberStat
func (*NumberStat) Descriptor
deprecated
func (*NumberStat) Descriptor() ([]byte, []int)
Deprecated: Use NumberStat.ProtoReflect.Descriptor instead.
func (*NumberStat) GetAvg ¶
func (x *NumberStat) GetAvg() *AvgStat
func (*NumberStat) GetHyperLogLog ¶
func (x *NumberStat) GetHyperLogLog() *HyperLogLog
func (*NumberStat) GetMax ¶
func (x *NumberStat) GetMax() *MaxStat
func (*NumberStat) GetMin ¶
func (x *NumberStat) GetMin() *MinStat
func (*NumberStat) ProtoMessage ¶
func (*NumberStat) ProtoMessage()
func (*NumberStat) ProtoReflect ¶
func (x *NumberStat) ProtoReflect() protoreflect.Message
func (*NumberStat) Reset ¶
func (x *NumberStat) Reset()
func (*NumberStat) String ¶
func (x *NumberStat) String() string
type NumberValue ¶
type NumberValue struct { TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` DefaultCount uint64 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"` NullCount uint64 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"` Min *MinStat `protobuf:"bytes,4,opt,name=min,proto3" json:"min,omitempty"` Avg *AvgStat `protobuf:"bytes,5,opt,name=avg,proto3" json:"avg,omitempty"` Max *MaxStat `protobuf:"bytes,6,opt,name=max,proto3" json:"max,omitempty"` HyperLogLog *HyperLogLog `protobuf:"bytes,7,opt,name=hyper_log_log,json=hyperLogLog,proto3" json:"hyper_log_log,omitempty"` // contains filtered or unexported fields }
func NewNumberValue ¶
func NewNumberValue() *NumberValue
func (*NumberValue) Descriptor
deprecated
func (*NumberValue) Descriptor() ([]byte, []int)
Deprecated: Use NumberValue.ProtoReflect.Descriptor instead.
func (*NumberValue) GetAvg ¶
func (x *NumberValue) GetAvg() *AvgStat
func (*NumberValue) GetDefaultCount ¶
func (x *NumberValue) GetDefaultCount() uint64
func (*NumberValue) GetHyperLogLog ¶
func (x *NumberValue) GetHyperLogLog() *HyperLogLog
func (*NumberValue) GetMax ¶
func (x *NumberValue) GetMax() *MaxStat
func (*NumberValue) GetMin ¶
func (x *NumberValue) GetMin() *MinStat
func (*NumberValue) GetNullCount ¶
func (x *NumberValue) GetNullCount() uint64
func (*NumberValue) GetTotalCount ¶
func (x *NumberValue) GetTotalCount() uint64
func (*NumberValue) ProtoMessage ¶
func (*NumberValue) ProtoMessage()
func (*NumberValue) ProtoReflect ¶
func (x *NumberValue) ProtoReflect() protoreflect.Message
func (*NumberValue) Reset ¶
func (x *NumberValue) Reset()
func (*NumberValue) String ¶
func (x *NumberValue) String() string
type ObjSt ¶
type ObjSt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Fields map[string]*ValueSt `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ObjSt) Descriptor
deprecated
func (*ObjSt) ProtoMessage ¶
func (*ObjSt) ProtoMessage()
func (*ObjSt) ProtoReflect ¶
func (x *ObjSt) ProtoReflect() protoreflect.Message
type ObjValue ¶
type ObjValue struct { TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` DefaultCount uint64 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"` NullCount uint64 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"` Fields map[string]*ValueValue `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func NewObjValue ¶
func NewObjValue() *ObjValue
func (*ObjValue) Descriptor
deprecated
func (*ObjValue) GetDefaultCount ¶
func (*ObjValue) GetFields ¶
func (x *ObjValue) GetFields() map[string]*ValueValue
func (*ObjValue) GetNullCount ¶
func (*ObjValue) GetTotalCount ¶
func (*ObjValue) ProtoMessage ¶
func (*ObjValue) ProtoMessage()
func (*ObjValue) ProtoReflect ¶
func (x *ObjValue) ProtoReflect() protoreflect.Message
type StringSt ¶
type StringSt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*StringSt) Descriptor
deprecated
func (*StringSt) ProtoMessage ¶
func (*StringSt) ProtoMessage()
func (*StringSt) ProtoReflect ¶
func (x *StringSt) ProtoReflect() protoreflect.Message
type StringValue ¶
type StringValue struct { TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` DefaultCount uint64 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"` NullCount uint64 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"` HyperLogLog *HyperLogLog `protobuf:"bytes,4,opt,name=hyper_log_log,json=hyperLogLog,proto3" json:"hyper_log_log,omitempty"` Length *NumberStat `protobuf:"bytes,6,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func NewStringValue ¶
func NewStringValue() *StringValue
func (*StringValue) Descriptor
deprecated
func (*StringValue) Descriptor() ([]byte, []int)
Deprecated: Use StringValue.ProtoReflect.Descriptor instead.
func (*StringValue) GetDefaultCount ¶
func (x *StringValue) GetDefaultCount() uint64
func (*StringValue) GetHyperLogLog ¶
func (x *StringValue) GetHyperLogLog() *HyperLogLog
func (*StringValue) GetLength ¶
func (x *StringValue) GetLength() *NumberStat
func (*StringValue) GetNullCount ¶
func (x *StringValue) GetNullCount() uint64
func (*StringValue) GetTotalCount ¶
func (x *StringValue) GetTotalCount() uint64
func (*StringValue) ProtoMessage ¶
func (*StringValue) ProtoMessage()
func (*StringValue) ProtoReflect ¶
func (x *StringValue) ProtoReflect() protoreflect.Message
func (*StringValue) Reset ¶
func (x *StringValue) Reset()
func (*StringValue) String ¶
func (x *StringValue) String() string
type StructureDigest ¶
type StructureDigest struct { Obj *ObjSt `protobuf:"bytes,1,opt,name=obj,proto3" json:"obj,omitempty"` // contains filtered or unexported fields }
func (*StructureDigest) Descriptor
deprecated
func (*StructureDigest) Descriptor() ([]byte, []int)
Deprecated: Use StructureDigest.ProtoReflect.Descriptor instead.
func (*StructureDigest) GetObj ¶
func (x *StructureDigest) GetObj() *ObjSt
func (*StructureDigest) ProtoMessage ¶
func (*StructureDigest) ProtoMessage()
func (*StructureDigest) ProtoReflect ¶
func (x *StructureDigest) ProtoReflect() protoreflect.Message
func (*StructureDigest) Reset ¶
func (x *StructureDigest) Reset()
func (*StructureDigest) String ¶
func (x *StructureDigest) String() string
type TestSample ¶
type TestSample struct { Double float64 `protobuf:"fixed64,1,opt,name=double,proto3" json:"double,omitempty"` Float float32 `protobuf:"fixed32,2,opt,name=float,proto3" json:"float,omitempty"` Int32 int32 `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"` Int64 int64 `protobuf:"varint,4,opt,name=int64,proto3" json:"int64,omitempty"` Uint32 uint32 `protobuf:"varint,5,opt,name=uint32,proto3" json:"uint32,omitempty"` Uint64 uint64 `protobuf:"varint,6,opt,name=uint64,proto3" json:"uint64,omitempty"` Sint32 int32 `protobuf:"zigzag32,7,opt,name=sint32,proto3" json:"sint32,omitempty"` Sint64 int64 `protobuf:"zigzag64,8,opt,name=sint64,proto3" json:"sint64,omitempty"` Fixed32 uint32 `protobuf:"fixed32,9,opt,name=fixed32,proto3" json:"fixed32,omitempty"` Fixed64 uint64 `protobuf:"fixed64,10,opt,name=fixed64,proto3" json:"fixed64,omitempty"` Sfixed32 int32 `protobuf:"fixed32,11,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"` Sfixed64 int64 `protobuf:"fixed64,12,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"` Bool bool `protobuf:"varint,13,opt,name=bool,proto3" json:"bool,omitempty"` String_ string `protobuf:"bytes,14,opt,name=string,proto3" json:"string,omitempty"` Bytes []byte `protobuf:"bytes,15,opt,name=bytes,proto3" json:"bytes,omitempty"` Array []int32 `protobuf:"varint,16,rep,packed,name=array,proto3" json:"array,omitempty"` Map map[int32]int32 `` /* 150-byte string literal not displayed */ NestedMsg *TestSample `protobuf:"bytes,18,opt,name=nested_msg,json=nestedMsg,proto3" json:"nested_msg,omitempty"` NestedMsgs []*TestSample `protobuf:"bytes,19,rep,name=nested_msgs,json=nestedMsgs,proto3" json:"nested_msgs,omitempty"` // contains filtered or unexported fields }
used for testing
func (*TestSample) Descriptor
deprecated
func (*TestSample) Descriptor() ([]byte, []int)
Deprecated: Use TestSample.ProtoReflect.Descriptor instead.
func (*TestSample) GetArray ¶
func (x *TestSample) GetArray() []int32
func (*TestSample) GetBool ¶
func (x *TestSample) GetBool() bool
func (*TestSample) GetBytes ¶
func (x *TestSample) GetBytes() []byte
func (*TestSample) GetDouble ¶
func (x *TestSample) GetDouble() float64
func (*TestSample) GetFixed32 ¶
func (x *TestSample) GetFixed32() uint32
func (*TestSample) GetFixed64 ¶
func (x *TestSample) GetFixed64() uint64
func (*TestSample) GetFloat ¶
func (x *TestSample) GetFloat() float32
func (*TestSample) GetInt32 ¶
func (x *TestSample) GetInt32() int32
func (*TestSample) GetInt64 ¶
func (x *TestSample) GetInt64() int64
func (*TestSample) GetMap ¶
func (x *TestSample) GetMap() map[int32]int32
func (*TestSample) GetNestedMsg ¶
func (x *TestSample) GetNestedMsg() *TestSample
func (*TestSample) GetNestedMsgs ¶
func (x *TestSample) GetNestedMsgs() []*TestSample
func (*TestSample) GetSfixed32 ¶
func (x *TestSample) GetSfixed32() int32
func (*TestSample) GetSfixed64 ¶
func (x *TestSample) GetSfixed64() int64
func (*TestSample) GetSint32 ¶
func (x *TestSample) GetSint32() int32
func (*TestSample) GetSint64 ¶
func (x *TestSample) GetSint64() int64
func (*TestSample) GetString_ ¶
func (x *TestSample) GetString_() string
func (*TestSample) GetUint32 ¶
func (x *TestSample) GetUint32() uint32
func (*TestSample) GetUint64 ¶
func (x *TestSample) GetUint64() uint64
func (*TestSample) ProtoMessage ¶
func (*TestSample) ProtoMessage()
func (*TestSample) ProtoReflect ¶
func (x *TestSample) ProtoReflect() protoreflect.Message
func (*TestSample) Reset ¶
func (x *TestSample) Reset()
func (*TestSample) String ¶
func (x *TestSample) String() string
type UIntNumSt ¶
type UIntNumSt struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*UIntNumSt) Descriptor
deprecated
func (*UIntNumSt) ProtoMessage ¶
func (*UIntNumSt) ProtoMessage()
func (*UIntNumSt) ProtoReflect ¶
func (x *UIntNumSt) ProtoReflect() protoreflect.Message
type ValueSt ¶
type ValueSt struct { // if more than one is set, multiple types detected Number *NumberSt `protobuf:"bytes,1,opt,name=number,proto3" json:"number,omitempty"` String_ *StringSt `protobuf:"bytes,2,opt,name=string,proto3" json:"string,omitempty"` Boolean *BooleanSt `protobuf:"bytes,3,opt,name=boolean,proto3" json:"boolean,omitempty"` Array *ArraySt `protobuf:"bytes,4,opt,name=array,proto3" json:"array,omitempty"` Obj *ObjSt `protobuf:"bytes,5,opt,name=obj,proto3" json:"obj,omitempty"` // contains filtered or unexported fields }
func (*ValueSt) Descriptor
deprecated
func (*ValueSt) GetBoolean ¶
func (*ValueSt) GetString_ ¶
func (*ValueSt) ProtoMessage ¶
func (*ValueSt) ProtoMessage()
func (*ValueSt) ProtoReflect ¶
func (x *ValueSt) ProtoReflect() protoreflect.Message
type ValueValue ¶
type ValueValue struct { TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` NullCount uint64 `protobuf:"varint,2,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"` // if more than one is set, multiple types detected Number *NumberValue `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"` String_ *StringValue `protobuf:"bytes,4,opt,name=string,proto3" json:"string,omitempty"` Boolean *BooleanValue `protobuf:"bytes,5,opt,name=boolean,proto3" json:"boolean,omitempty"` Array *ArrayValue `protobuf:"bytes,6,opt,name=array,proto3" json:"array,omitempty"` Obj *ObjValue `protobuf:"bytes,7,opt,name=obj,proto3" json:"obj,omitempty"` // contains filtered or unexported fields }
func NewValueValue ¶
func NewValueValue() *ValueValue
func (*ValueValue) Descriptor
deprecated
func (*ValueValue) Descriptor() ([]byte, []int)
Deprecated: Use ValueValue.ProtoReflect.Descriptor instead.
func (*ValueValue) GetArray ¶
func (x *ValueValue) GetArray() *ArrayValue
func (*ValueValue) GetBoolean ¶
func (x *ValueValue) GetBoolean() *BooleanValue
func (*ValueValue) GetNullCount ¶
func (x *ValueValue) GetNullCount() uint64
func (*ValueValue) GetNumber ¶
func (x *ValueValue) GetNumber() *NumberValue
func (*ValueValue) GetObj ¶
func (x *ValueValue) GetObj() *ObjValue
func (*ValueValue) GetString_ ¶
func (x *ValueValue) GetString_() *StringValue
func (*ValueValue) GetTotalCount ¶
func (x *ValueValue) GetTotalCount() uint64
func (*ValueValue) ProtoMessage ¶
func (*ValueValue) ProtoMessage()
func (*ValueValue) ProtoReflect ¶
func (x *ValueValue) ProtoReflect() protoreflect.Message
func (*ValueValue) Reset ¶
func (x *ValueValue) Reset()
func (*ValueValue) String ¶
func (x *ValueValue) String() string
Click to show internal directories.
Click to hide internal directories.