I do use the pg_trgm
module in PostgreSQL to calculate similarity between two strings using trigrams. Particularly I use:
similarity(text, text)
Which returns returns a number that indicates how similar the two arguments are (between 0 and 1).
How can I perform similarity function (or equivalent) on Google BigQuery?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…