Class | ColumnOperators |
Defines boolean, comparison, and other operators for _expression.ColumnElement expressions. |
Class | Operators |
Base of comparison and logical operators. |
Function | _escaped_like_impl |
Undocumented |
Function | all_op |
Undocumented |
Function | any_op |
Undocumented |
Function | as_ |
Undocumented |
Function | asc_op |
Undocumented |
Function | between_op |
Undocumented |
Function | collate |
Undocumented |
Function | comma_op |
Undocumented |
Function | commutative_op |
Undocumented |
Function | comparison_op |
Undocumented |
Function | concat_op |
Undocumented |
Function | contains_op |
Undocumented |
Function | desc_op |
Undocumented |
Function | distinct_op |
Undocumented |
Function | endswith_op |
Undocumented |
Function | exists |
Undocumented |
Function | filter_op |
Undocumented |
Function | from_ |
Undocumented |
Function | function_as_comparison_op |
Undocumented |
Function | ilike_op |
Undocumented |
Function | in_op |
Undocumented |
Function | is_ |
Undocumented |
Function | is_associative |
Undocumented |
Function | is_boolean |
Undocumented |
Function | is_commutative |
Undocumented |
Function | is_comparison |
Undocumented |
Function | is_distinct_from |
Undocumented |
Function | is_false |
Undocumented |
Function | is_natural_self_precedent |
Undocumented |
Function | is_not |
Undocumented |
Function | is_not_distinct_from |
Undocumented |
Function | is_ordering_modifier |
Undocumented |
Function | is_precedent |
Undocumented |
Function | is_true |
Undocumented |
Function | json_getitem_op |
Undocumented |
Function | json_path_getitem_op |
Undocumented |
Function | like_op |
Undocumented |
Function | match_op |
Undocumented |
Function | mirror |
rotate a comparison operator 180 degrees. |
Function | not_between_op |
Undocumented |
Function | not_contains_op |
Undocumented |
Function | not_endswith_op |
Undocumented |
Function | not_ilike_op |
Undocumented |
Function | not_in_op |
Undocumented |
Function | not_like_op |
Undocumented |
Function | not_match_op |
Undocumented |
Function | not_regexp_match_op |
Undocumented |
Function | not_startswith_op |
Undocumented |
Function | nulls_first_op |
Undocumented |
Function | nulls_last_op |
Undocumented |
Function | op |
Undocumented |
Function | regexp_match_op |
Undocumented |
Function | regexp_replace_op |
Undocumented |
Function | startswith_op |
Undocumented |
Constant | _PRECEDENCE |
Undocumented |
Variable | _asbool |
Undocumented |
Variable | _associative |
Undocumented |
Variable | _booleans |
Undocumented |
Variable | _commutative |
Undocumented |
Variable | _comparison |
Undocumented |
Variable | _largest |
Undocumented |
Variable | _mirror |
Undocumented |
Variable | _natural_self_precedent |
Operators where if we have (a op b) op c, we don't want to parenthesize (a op b). |
Variable | _smallest |
Undocumented |
Undocumented
Value |
|