func()

in message/common.pb.go [1948:1955]


func (x *ColumnValue) GetValue() []*TypedValue {
	if x != nil {
		if x.xxx_hidden_Value != nil {
			return *x.xxx_hidden_Value
		}
	}
	return nil
}