Compatibility methods for existing code
(&self)
| 2624 | |
| 2625 | // Compatibility methods for existing code |
| 2626 | pub fn get_schema_cache(&self) -> &Arc<SchemaCache> { |
| 2627 | &self.schema_cache |
| 2628 | } |
| 2629 | |
| 2630 | pub fn get_string_validator(&self) -> &Arc<StringConstraintValidator> { |
| 2631 | &self.string_validator |