RewriteAsRawSelect We are removing Column Aliases "user_id as uid" as well as functions - used when we are going to defer projection, aggs
()
| 1304 | // RewriteAsRawSelect We are removing Column Aliases "user_id as uid" |
| 1305 | // as well as functions - used when we are going to defer projection, aggs |
| 1306 | func (m *SqlSelect) RewriteAsRawSelect() { |
| 1307 | RewriteSelect(m) |
| 1308 | } |
| 1309 | |
| 1310 | func (m *SqlSource) IsLiteral() bool { return len(m.Name) == 0 } |
| 1311 | func (m *SqlSource) Keyword() lex.TokenType { return m.Op } |