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

Method parse_default_aws_privatelink

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

Source from the content-addressed store, hash-verified

2676 }
2677
2678 fn parse_default_aws_privatelink(&mut self) -> Result<WithOptionValue<Raw>, ParserError> {
2679 let _ = self.consume_token(&Token::Eq);
2680 Ok(WithOptionValue::ConnectionAwsPrivatelink(
2681 self.parse_default_aws_privatelink_()?,
2682 ))
2683 }
2684
2685 fn parse_default_aws_privatelink_(
2686 &mut self,

Callers 1

Calls 2

consume_tokenMethod · 0.80

Tested by

no test coverage detected