We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac66d5d commit 4b519a5Copy full SHA for 4b519a5
src/parser/mod.rs
@@ -12467,7 +12467,7 @@ impl<'a> Parser<'a> {
12467
Ok(SetAssignment { scope, name, value })
12468
}
12469
12470
- fn parse_set(&mut self) -> Result<Statement, ParserError> {
+ pub fn parse_set(&mut self) -> Result<Statement, ParserError> {
12471
let hivevar = self.parse_keyword(Keyword::HIVEVAR);
12472
12473
// Modifier is either HIVEVAR: or a ContextModifier (LOCAL, SESSION, etc), not both
0 commit comments