MCPcopy Index your code
hub / github.com/uber/aresdb / RIGHT

Method RIGHT

query/sql/antlrgen/sqlbase_parser.go:3823–3825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3821}
3822
3823func (s *JoinTypeContext) RIGHT() antlr.TerminalNode {
3824 return s.GetToken(SqlBaseParserRIGHT, 0)
3825}
3826
3827func (s *JoinTypeContext) FULL() antlr.TerminalNode {
3828 return s.GetToken(SqlBaseParserFULL, 0)

Callers 1

getJoinTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected