Skip to content

Commit 85b024e

Browse files
committed
docs: mapped field docstring
1 parent abd4e51 commit 85b024e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/iceberg/src/spec/mapped_fields.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ use serde::{Deserialize, Serialize};
2323

2424
use crate::spec::MappedField;
2525

26-
/// TODO
26+
/// Utility mapping which contains field names to IDs and
27+
/// field IDs to the underlying [`MappedField`].
2728
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
2829
pub struct MappedFields {
2930
fields: Vec<MappedField>,

0 commit comments

Comments
 (0)