func()

in client/client.go [287:290]


func (s *HaQueryDistinctClause) SetDistCount(v string) *HaQueryDistinctClause {
	s.DistCount = &v
	return s
}