MCPcopy Create free account
hub / github.com/apache/arrow-rs / fingerprint_algorithm

Method fingerprint_algorithm

arrow-avro/src/schema.rs:960–962  ·  view source on GitHub ↗

Returns the `FingerprintAlgorithm` used by the `SchemaStore` for fingerprinting.

(&self)

Source from the content-addressed store, hash-verified

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
965fn quote(s: &str) -> Result<String, ArrowError> {

Callers 1

make_decoderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected