MCPcopy Create free account
hub / github.com/apache/paimon-rust / fields

Method fields

crates/paimon/src/spec/types.rs:1482–1484  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1480 }
1481
1482 pub fn fields(&self) -> &[DataField] {
1483 &self.fields
1484 }
1485}
1486
1487mod serde_utils {

Calls

no outgoing calls

Tested by

no test coverage detected