deduper / org.bradfordmiller.deduper.persistors / HashRow

HashRow

data class HashRow

represents hashed data created by deduper

Constructors

<init>

represents hashed data created by deduper

HashRow(hash: String, hash_json: String?)

Properties

hash

a hash value of a row found by deduper

val hash: String

hash_json

an optional json representation of the data which comprises the hash value

val hash_json: String?