We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc3c5e commit e6989fcCopy full SHA for e6989fc
src/parser/mod.rs
@@ -14589,7 +14589,7 @@ impl<'a> Parser<'a> {
14589
Ok(clauses)
14590
}
14591
14592
- pub fn parse_output(&mut self) -> Result<Output, ParserError> {
+ fn parse_output(&mut self) -> Result<Output, ParserError> {
14593
self.expect_keyword_is(Keyword::OUTPUT)?;
14594
let select_items = self.parse_projection()?;
14595
self.expect_keyword_is(Keyword::INTO)?;
0 commit comments