MCPcopy Create free account
hub / github.com/PRQL/prql / null

Function null

prqlc/prqlc-parser/src/lexer/mod.rs:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558}
559
560fn null<'a>() -> impl Parser<'a, ParserInput<'a>, Literal, ParserError<'a>> {
561 just("null").to(Literal::Null).then_ignore(end_expr())
562}
563
564fn value_and_unit<'a>() -> impl Parser<'a, ParserInput<'a>, Literal, ParserError<'a>> {
565 // Supported time units

Callers 3

option_to_ptrFunction · 0.85
literalFunction · 0.85
debugFunction · 0.85

Calls 2

end_exprFunction · 0.85
toMethod · 0.80

Tested by 1

debugFunction · 0.68