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

Method from

src/sql-parser/src/parser.rs:265–273  ·  view source on GitHub ↗
(_: RecursionLimitError)

Source from the content-addressed store, hash-verified

263
264impl From<RecursionLimitError> for ParserError {
265 fn from(_: RecursionLimitError) -> ParserError {
266 ParserError {
267 pos: 0,
268 message: format!(
269 "statement exceeds nested expression limit of {}",
270 RECURSION_LIMIT
271 ),
272 }
273 }
274}
275
276impl ParserError {

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected