datafusion_common::utils

Module datafusion_strsim

Source
Expand description

Adopted from strsim-rs for string similarity metrics

Functionsยง

  • Calculates the minimum number of insertions, deletions, and substitutions required to change one string into the other.