MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / parse_option_retain_history

Method parse_option_retain_history

src/sql-parser/src/parser.rs:4195–4197  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

4193 }
4194
4195 fn parse_option_retain_history(&mut self) -> Result<Option<WithOptionValue<Raw>>, ParserError> {
4196 Ok(Some(self.parse_retain_history()?))
4197 }
4198
4199 fn parse_retain_history(&mut self) -> Result<WithOptionValue<Raw>, ParserError> {
4200 let _ = self.consume_token(&Token::Eq);

Calls 1

parse_retain_historyMethod · 0.80

Tested by

no test coverage detected