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

Method name

datafusion/core/src/test_util/mod.rs:292–294  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

290
291impl UserDefinedLogicalNodeCore for CacheNode {
292 fn name(&self) -> &str {
293 "CacheNode"
294 }
295
296 fn inputs(&self) -> Vec<&LogicalPlan> {
297 vec![&self.input]

Callers 15

make_sort_exprsFunction · 0.45
field_satisfied_byFunction · 0.45
rewriteMethod · 0.45
createMethod · 0.45
is_schema_stableFunction · 0.45
describeMethod · 0.45
with_columnMethod · 0.45
fill_nullMethod · 0.45

Calls

no outgoing calls

Tested by 5

assert_fields_eqFunction · 0.36
columnsFunction · 0.36