Returns a reference to the dictionary values array
(&self)
| 372 | |
| 373 | /// Returns a reference to the dictionary values array |
| 374 | pub fn values(&self) -> &ArrayRef { |
| 375 | &self.values |
| 376 | } |
| 377 | |
| 378 | /// Returns a clone of the value type of this list. |
| 379 | pub fn value_type(&self) -> DataType { |
no outgoing calls