Left implements the expression.BinaryExpression interface.
()
| 255 | |
| 256 | // Left implements the expression.BinaryExpression interface. |
| 257 | func (in *InSubquery) Left() sql.Expression { |
| 258 | return in.leftExpr |
| 259 | } |
| 260 | |
| 261 | // Right implements the expression.BinaryExpression interface. |
| 262 | func (in *InSubquery) Right() sql.Expression { |