Returns how to decode struct fields
(&self)
| 737 | |
| 738 | /// Returns how to decode struct fields |
| 739 | pub fn struct_mode(&self) -> StructMode { |
| 740 | self.struct_mode |
| 741 | } |
| 742 | |
| 743 | /// Returns whether to treat columns with incompatible types as missing (i.e. NULL) |
| 744 | pub fn ignore_type_conflicts(&self) -> bool { |