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

Class Values

src/sql-parser/src/ast/defs/query.rs:831–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829
830#[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
831pub struct Values<T: AstInfo>(pub Vec<Vec<Expr<T>>>);
832
833impl<T: AstInfo> AstDisplay for Values<T> {
834 fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {

Callers 10

takeMethod · 0.70
plan_set_variable_toFunction · 0.50
parse_queryMethod · 0.50
parse_simpleMethod · 0.50
execute_queryMethod · 0.50
run_simpleMethod · 0.50
parse_query_bodyMethod · 0.50
parse_set_schema_toMethod · 0.50
parse_set_variable_toMethod · 0.50
parse_valuesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected