MySQL 9.1.0
Source Code Documentation
|
Operator: <<(a, b)
More...
Public Attributes | |
required string | name = 1 |
name of operator More... | |
repeated Expr | param = 2 |
list of parameters More... | |
Operator: <<(a, b)
*
default
!
sign_plus
sign_minus
~
&&
||
xor
==
!=
>
>=
<
<=
&
|
^
<<
>>
+
-
*
/
div
%
is
is_not
regexp
not_regexp
like
not_like
cast
cont_in
not_cont_in
overlaps
not_overlaps
in
(param[0] IN (param[1], param[2], ...))not_in
(param[0] NOT IN (param[1], param[2], ...))between
between_not
date_add
date_sub
MICROSECOND
SECOND
MINUTE
HOUR
DAY
WEEK
MONTH
QUARTER
YEAR
SECOND_MICROSECOND
MINUTE_MICROSECOND
MINUTE_SECOND
HOUR_MICROSECOND
HOUR_SECOND
HOUR_MINUTE
DAY_MICROSECOND
DAY_SECOND
DAY_MINUTE
DAY_HOUR
BINARY[(N)]
CHAR[(N)]
DATE
DATETIME
DECIMAL[(M[,D])]
JSON
SIGNED [INTEGER]
TIME
UNSIGNED [INTEGER]
required string Mysqlx::Expr::Operator::name = 1 |
name of operator
repeated Expr Mysqlx::Expr::Operator::param = 2 |
list of parameters