Skip to content

Commit aa2228a

Browse files
pub necessary functions
1 parent 4e12580 commit aa2228a

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
@@ -13195,7 +13195,7 @@ impl<'a> Parser<'a> {
1319513195
Ok(SetAssignment { scope, name, value })
1319613196
}
1319713197

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

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

0 commit comments

Comments
 (0)