(&mut self, data_type: DataType, nullable: bool)
| 1568 | } |
| 1569 | |
| 1570 | pub fn push(&mut self, data_type: DataType, nullable: bool) { |
| 1571 | self.push_with_metadata(data_type, nullable, None); |
| 1572 | } |
| 1573 | |
| 1574 | pub fn push_with_metadata( |
| 1575 | &mut self, |
no test coverage detected