()
| 3019 | } |
| 3020 | |
| 3021 | func (x *DoubleArrayValue) GetData() []float64 { |
| 3022 | if x != nil { |
| 3023 | return x.Data |
| 3024 | } |
| 3025 | return nil |
| 3026 | } |
| 3027 | |
| 3028 | // Wrapper for an array of booleans. |
| 3029 | type BooleanArrayValue struct { |
no outgoing calls
no test coverage detected