Returns the elements of the array.
(&self)
| 54 | |
| 55 | /// Returns the elements of the array. |
| 56 | pub fn elements(&self) -> DatumList<'a, T> { |
| 57 | self.elements |
| 58 | } |
| 59 | |
| 60 | /// Returns true if this array's dimensions are valid for the Int2Vector type. |
| 61 | /// Int2Vector is 1-D; empty arrays use 0 dimensions (PostgreSQL convention). |
no outgoing calls
no test coverage detected