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

Method error

src/sql-parser/src/parser.rs:386–388  ·  view source on GitHub ↗
(&self, pos: usize, message: String)

Source from the content-addressed store, hash-verified

384 }
385
386 fn error(&self, pos: usize, message: String) -> ParserError {
387 ParserError { pos, message }
388 }
389
390 fn parse_statements(&mut self) -> Result<Vec<StatementParseResult<'a>>, ParserStatementError> {
391 let mut stmts = Vec::new();

Callers 7

parse_prefixMethod · 0.45
parse_functionMethod · 0.45
parse_interval_valueMethod · 0.45
parse_literal_intMethod · 0.45
parse_literal_uintMethod · 0.45
parse_data_typeMethod · 0.45
parse_explain_planMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected