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