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

Method metadata

datafusion/common/src/metadata.rs:44–46  ·  view source on GitHub ↗

Access the [FieldMetadata] attached to this value, if any

(&self)

Source from the content-addressed store, hash-verified

42
43 /// Access the [FieldMetadata] attached to this value, if any
44 pub fn metadata(&self) -> Option<&FieldMetadata> {
45 self.metadata.as_ref()
46 }
47
48 /// Consume self and return components
49 pub fn into_inner(self) -> (ScalarValue, Option<FieldMetadata>) {

Callers 15

try_newMethod · 0.45
read_distinct_indexFunction · 0.45
add_fileMethod · 0.45
get_ctxMethod · 0.45
rewriteMethod · 0.45
create_physical_exprFunction · 0.45
project_schemaMethod · 0.45
output_schemaFunction · 0.45
hashMethod · 0.45
is_default_target_fieldFunction · 0.45
cast_to_sqlMethod · 0.45

Calls 1

as_refMethod · 0.45