MCPcopy 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

plan_extensionMethod · 0.45
call_with_argsMethod · 0.45
tableMethod · 0.45
schemaMethod · 0.45
catalogMethod · 0.45
create_readerMethod · 0.45
invoke_with_argsMethod · 0.45
get_ctxMethod · 0.45
get_planMethod · 0.45
get_resultMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected