Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ get
Method
get
datafusion-examples/examples/dataframe/cache_factory.rs:226–228 ·
view source on GitHub ↗
(&self, k: &LogicalPlan)
Source
from the content-addressed store, hash-verified
224
}
225
226
pub fn get(&self, k: &LogicalPlan) -> Option<&Vec<Vec<RecordBatch>>> {
227
self.cache.get(k)
228
}
229
}
Callers
15
proto_to_physical_expr
Method · 0.45
plan_extension
Method · 0.45
call_with_args
Method · 0.45
table
Method · 0.45
schema
Method · 0.45
catalog
Method · 0.45
create_reader
Method · 0.45
invoke_with_args
Method · 0.45
get_ctx
Method · 0.45
get_plan
Method · 0.45
get_result
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected