Skip to content

Commit 4b519a5

Browse files
pub necessary functions
1 parent ac66d5d commit 4b519a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12467,7 +12467,7 @@ impl<'a> Parser<'a> {
1246712467
Ok(SetAssignment { scope, name, value })
1246812468
}
1246912469

12470-
fn parse_set(&mut self) -> Result<Statement, ParserError> {
12470+
pub fn parse_set(&mut self) -> Result<Statement, ParserError> {
1247112471
let hivevar = self.parse_keyword(Keyword::HIVEVAR);
1247212472

1247312473
// Modifier is either HIVEVAR: or a ContextModifier (LOCAL, SESSION, etc), not both

0 commit comments

Comments
 (0)