MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / ShouldTakeRightSide

Method ShouldTakeRightSide

ast/ast.go:349–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 return ls.JoinType.Type == token.LEFT || ls.JoinType.Type == token.FULL
348}
349func (ls JoinCommand) ShouldTakeRightSide() bool {
350 return ls.JoinType.Type == token.RIGHT || ls.JoinType.Type == token.FULL
351}
352
353// DeleteCommand - Part of Command that represent deleting row from table
354//

Callers 1

joinTablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected