(vals []int64)
| 1149 | } |
| 1150 | |
| 1151 | func NewIntInPredicate(vals []int64) IntInPredicate { |
| 1152 | return IntInPredicate{values: vals} |
| 1153 | } |
| 1154 | |
| 1155 | func (p IntInPredicate) String() string { return fmt.Sprintf("IntInPredicate{%v}", p.values) } |
| 1156 |
no outgoing calls