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

Method into_inner

datafusion/common/src/metadata.rs:49–51  ·  view source on GitHub ↗

Consume self and return components

(self)

Source from the content-addressed store, hash-verified

47
48 /// Consume self and return components
49 pub fn into_inner(self) -> (ScalarValue, Option<FieldMetadata>) {
50 (self.value, self.metadata)
51 }
52
53 /// Cast this values's storage type
54 ///

Callers 6

create_planFunction · 0.45
write_batchFunction · 0.45
into_state_builderMethod · 0.45
write_parquet_fileFunction · 0.45
write_parquetFunction · 0.45
extendMethod · 0.45

Calls

no outgoing calls

Tested by 2

write_parquet_fileFunction · 0.36
write_parquetFunction · 0.36