Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
impl 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_exprs
Function · 0.45
analyzer_rules_match_documented_order
Function · 0.45
logical_rules_match_documented_order
Function · 0.45
physical_rules_match_documented_order
Function · 0.45
field_satisfied_by
Function · 0.45
rewrite
Method · 0.45
create
Method · 0.45
is_schema_stable
Function · 0.45
parquet_exec_with_projection
Function · 0.45
describe
Method · 0.45
with_column
Method · 0.45
fill_null
Method · 0.45
Calls
no outgoing calls
Tested by
5
analyzer_rules_match_documented_order
Function · 0.36
logical_rules_match_documented_order
Function · 0.36
physical_rules_match_documented_order
Function · 0.36
assert_fields_eq
Function · 0.36
columns
Function · 0.36