func()

in message/common.pb.go [1738:1745]


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