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

Function parse_exprs

src/expr-parser/src/parser.rs:739–741  ·  view source on GitHub ↗
(input: ParseStream)

Source from the content-addressed store, hash-verified

737 type Result = syn::Result<MirScalarExpr>;
738
739 pub fn parse_exprs(input: ParseStream) -> syn::Result<Vec<MirScalarExpr>> {
740 input.parse_comma_sep(parse_expr)
741 }
742
743 /// Parses a single expression.
744 ///

Callers 3

parse_mapFunction · 0.85
parse_flat_mapFunction · 0.85
parse_arrange_byFunction · 0.85

Calls 1

parse_comma_sepMethod · 0.80

Tested by

no test coverage detected