pub fn fingerprint_reader_with_options<R>(
reader: R,
options: &FingerprintOptions,
) -> Result<Fingerprint, ProofFrameError>where
R: RecordBatchReader,Expand description
Return a typed canonical fingerprint using an explicitly selected version.