Whether this dictionary is empty
(&self)
| 387 | |
| 388 | /// Whether this dictionary is empty |
| 389 | pub fn is_empty(&self) -> bool { |
| 390 | self.keys.is_empty() |
| 391 | } |
| 392 | |
| 393 | /// Currently exists for compatibility purposes with Arrow IPC. |
| 394 | pub fn is_ordered(&self) -> bool { |