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

Method inner

datafusion/common/src/metadata.rs:283–285  ·  view source on GitHub ↗

Get the inner metadata as a reference to a `BTreeMap`.

(&self)

Source from the content-addressed store, hash-verified

281
282 /// Get the inner metadata as a reference to a `BTreeMap`.
283 pub fn inner(&self) -> &BTreeMap<String, String> {
284 &self.inner
285 }
286
287 /// Return the inner metadata
288 pub fn into_inner(self) -> Arc<BTreeMap<String, String>> {

Callers 15

handle_explainMethod · 0.45
handle_analyzeMethod · 0.45
plan_table_scanMethod · 0.45
createMethod · 0.45
write_table_resultsFunction · 0.45
schemaMethod · 0.45
createMethod · 0.45
buildMethod · 0.45
create_memory_tableMethod · 0.45
set_variableMethod · 0.45

Calls

no outgoing calls