MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Left

Method Left

server/expression/in_subquery.go:257–259  ·  view source on GitHub ↗

Left implements the expression.BinaryExpression interface.

()

Source from the content-addressed store, hash-verified

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

Callers 1

EvalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected