func()

in client/client.go [227:230]


func (s *HaQueryAggregateClause) SetAggFun(v string) *HaQueryAggregateClause {
	s.AggFun = &v
	return s
}