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

Method ShouldTakeLeftSide

ast/ast.go:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344func (ls JoinCommand) CommandNode() {}
345func (ls JoinCommand) TokenLiteral() string { return ls.Token.Literal }
346func (ls JoinCommand) ShouldTakeLeftSide() bool {
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}

Callers 1

joinTablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected