func()

in client/client.go [282:285]


func (s *HaQueryDistinctClause) SetDistKey(v string) *HaQueryDistinctClause {
	s.DistKey = &v
	return s
}