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

Method value

datafusion/common/src/metadata.rs:39–41  ·  view source on GitHub ↗

Access the underlying [ScalarValue] storage

(&self)

Source from the content-addressed store, hash-verified

37
38 /// Access the underlying [ScalarValue] storage
39 pub fn value(&self) -> &ScalarValue {
40 &self.value
41 }
42
43 /// Access the [FieldMetadata] attached to this value, if any
44 pub fn metadata(&self) -> Option<&FieldMetadata> {

Callers 15

deserialize_to_structFunction · 0.45
get_fileMethod · 0.45
rewrite_implMethod · 0.45
writeMethod · 0.45
user_docFunction · 0.45
format_resultFunction · 0.45
cast_int_to_timestampFunction · 0.45
cast_float_to_timestampFunction · 0.45
make_dt_interval_kernelFunction · 0.45
make_interval_kernelFunction · 0.45

Calls

no outgoing calls