MCPcopy Create free account
hub / github.com/apache/datafusion / Values

Class Values

datafusion/expr/src/logical_plan/plan.rs:2278–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2276/// documentation for more details.
2277#[derive(Debug, Clone, PartialEq, Eq, Hash)]
2278pub struct Values {
2279 /// The table schema
2280 pub schema: DFSchemaRef,
2281 /// Values
2282 pub values: Vec<Vec<Expr>>,
2283}
2284
2285// Manual implementation needed because of `schema` field. Comparison excludes this field.
2286impl PartialOrd for Values {

Callers 10

recompute_schemaMethod · 0.85
with_new_exprsMethod · 0.85
map_expressionsMethod · 0.85
infer_innerMethod · 0.85
extract_list_valuesFunction · 0.85
try_from_logical_planMethod · 0.85
count_only_nullsFunction · 0.85
from_read_relFunction · 0.85

Calls

no outgoing calls

Tested by 3

count_only_nullsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…