()
| 2974 | } |
| 2975 | |
| 2976 | func (x *IntegerArrayValue) GetData() []int32 { |
| 2977 | if x != nil { |
| 2978 | return x.Data |
| 2979 | } |
| 2980 | return nil |
| 2981 | } |
| 2982 | |
| 2983 | // Wrapper for an array of double precision floating point values. |
| 2984 | type DoubleArrayValue struct { |
no outgoing calls
no test coverage detected