MCPcopy
hub / github.com/dropbox/godropbox / Minus

Function Minus

database/sqlbuilder/expression.go:540–546  ·  view source on GitHub ↗
(lhs, rhs Expression)

Source from the content-addressed store, hash-verified

538}
539
540func Minus(lhs, rhs Expression) Expression {
541 return &binaryExpression{
542 lhs: lhs,
543 rhs: rhs,
544 operator: []byte(" - "),
545 }
546}
547
548// in expression representation
549type inExpression struct {

Callers 1

TestMinusMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestMinusMethod · 0.68