[This is preliminary documentation and subject to change.]
Row-valued comparison refers to the comparison between two row instances. Multi-valued comparison refers to the comparison between a row instance and a table (i.e., _all, any operators). The rules for row-valued comparisons are based on ANSI SQL semantics. The rules for multi-valued comparisons are an extension of the rule-valued ones.
The weight of this node is stored as a DBVALUEKIND_I4 in the value.lValue field.
The weight of this node is stored as a DBVALUEKIND_I4 in the value.lValue field.
This operator represents Boolean implication. It takes two mandatory inputs of type Boolean and produces a Boolean output according to the following table:
Input1 | Input2 | Result |
---|---|---|
False | False | True |
False | True | True |
True | False | False |
True | True | True |