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

Method Right

server/expression/in_subquery.go:262–264  ·  view source on GitHub ↗

Right implements the expression.BinaryExpression interface.

()

Source from the content-addressed store, hash-verified

260
261// Right implements the expression.BinaryExpression interface.
262func (in *InSubquery) Right() sql.Expression {
263 return in.rightExpr
264}

Callers 1

EvalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected