Returns the `FingerprintAlgorithm` used by the `SchemaStore` for fingerprinting.
(&self)
| 958 | |
| 959 | /// Returns the `FingerprintAlgorithm` used by the `SchemaStore` for fingerprinting. |
| 960 | pub(crate) fn fingerprint_algorithm(&self) -> FingerprintAlgorithm { |
| 961 | self.fingerprint_algorithm |
| 962 | } |
| 963 | } |
| 964 | |
| 965 | fn quote(s: &str) -> Result<String, ArrowError> { |