fn from_protobuf_value<'a>( field_desc: &FieldDescriptor, value: &'a Value, type_expected: &DataType, messages_as_jsonb: &'a HashSet<String>, ) -> AccessResult<DatumCow<'a>>
Converts a protobuf value to a datum.