kysely
Preparing search index...
isComparisonOperator
Function isComparisonOperator
isComparisonOperator
(
op
:
unknown
,
)
:
op
is
|
"match"
|
"is"
|
"="
|
"=="
|
"!="
|
"<>"
|
">"
|
">="
|
"<"
|
"<="
|
"in"
|
"not in"
|
"is not"
|
"like"
|
"not like"
|
"ilike"
|
"not ilike"
|
"@>"
|
"<@"
|
"^@"
|
"&&"
|
"?"
|
"?&"
|
"?|"
|
"!<"
|
"!>"
|
"<=>"
|
"!~"
|
"~"
|
"~*"
|
"!~*"
|
"@@"
|
"@@@"
|
"!!"
|
"<->"
|
"regexp"
|
"is distinct from"
|
"is not distinct from"
Parameters
op
:
unknown
Returns
op
is
|
"match"
|
"is"
|
"="
|
"=="
|
"!="
|
"<>"
|
">"
|
">="
|
"<"
|
"<="
|
"in"
|
"not in"
|
"is not"
|
"like"
|
"not like"
|
"ilike"
|
"not ilike"
|
"@>"
|
"<@"
|
"^@"
|
"&&"
|
"?"
|
"?&"
|
"?|"
|
"!<"
|
"!>"
|
"<=>"
|
"!~"
|
"~"
|
"~*"
|
"!~*"
|
"@@"
|
"@@@"
|
"!!"
|
"<->"
|
"regexp"
|
"is distinct from"
|
"is not distinct from"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...