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 558ae93 commit 28443e3Copy full SHA for 28443e3
src/parser/mod.rs
@@ -13193,7 +13193,7 @@ impl<'a> Parser<'a> {
13193
Ok(SetAssignment { scope, name, value })
13194
}
13195
13196
- fn parse_set(&mut self) -> Result<Statement, ParserError> {
+ pub fn parse_set(&mut self) -> Result<Statement, ParserError> {
13197
let hivevar = self.parse_keyword(Keyword::HIVEVAR);
13198
13199
// Modifier is either HIVEVAR: or a ContextModifier (LOCAL, SESSION, etc), not both
0 commit comments