Skip to main content

TrigramDistance

No overview available.

Attributes

AttributeTypeDescription
functionstringThe SQL function name used to calculate the trigram distance between two strings.
arg_joinerstring = < - >The SQL operator or string used to join arguments within the trigram distance calculation.

Constructor

Signature

def TrigramDistance()

Methods


function()

def function() - > string

The database function name used for calculating trigram distance.

Returns

TypeDescription
stringAn empty string representing the default function identifier.

arg_joiner()

def arg_joiner() - > string

The operator string used to join arguments in the SQL expression.

Returns

TypeDescription
stringThe trigram distance operator ' < - > '.