func()

in client/client.go [123:126]


func (s *HaQuery) SetDistinct(v []*HaQueryDistinctClause) *HaQuery {
	s.Distinct = v
	return s
}