TrigramDistance
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| function | string | The SQL function name used to calculate the trigram distance between two strings. |
| arg_joiner | string = < - > | 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
| Type | Description |
|---|---|
string | An 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
| Type | Description |
|---|---|
string | The trigram distance operator ' < - > '. |