Access the [FieldMetadata] attached to this value, if any
(&self)
| 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>) { |