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

Method args

src/sql-parser/src/ast/defs/expr.rs:1428–1433  ·  view source on GitHub ↗
(args: Vec<Expr<T>>)

Source from the content-addressed store, hash-verified

1426
1427impl<T: AstInfo> FunctionArgs<T> {
1428 pub fn args(args: Vec<Expr<T>>) -> Self {
1429 Self::Args {
1430 args,
1431 order_by: vec![],
1432 }
1433 }
1434
1435 /// The first positional argument, if any (the `*` form has none).
1436 pub fn first(&self) -> Option<&Expr<T>> {

Callers 15

is_readyMethod · 0.45
runFunction · 0.45
createFunction · 0.45
refine_commandMethod · 0.45
spawn_port_forwardMethod · 0.45
get_container_ipFunction · 0.45
rss_kbFunction · 0.45
run_executeFunction · 0.45
run_compile_descriptorsFunction · 0.45

Calls

no outgoing calls