Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareRecords ¶
func CompareRecords(ctx *sql.Context, op framework.Operator, v1 interface{}, v2 interface{}) (result any, err error)
CompareRecords compares two record values using the specified comparison operator, |op| and returns a result indicating if the comparison was true, false, or indeterminate (nil).
More info on rules for comparing records: https://www.postgresql.org/docs/current/functions-comparisons.html#ROW-WISE-COMPARISON
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.