Text array expression. Returns array of alternating keys and values.
(self)
| 182 | return _HStoreValsFunction(self.expr) |
| 183 | |
| 184 | def array(self): |
| 185 | """Text array expression. Returns array of alternating keys and |
| 186 | values. |
| 187 | """ |
| 188 | return _HStoreArrayFunction(self.expr) |
| 189 | |
| 190 | def matrix(self): |
| 191 | """Text array expression. Returns array of [key, value] pairs.""" |