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

Method fields

crates/paimon/src/spec/schema.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 }
78
79 pub fn fields(&self) -> &[DataField] {
80 &self.fields
81 }
82
83 pub fn highest_field_id(&self) -> i32 {
84 self.highest_field_id

Callers 5

newMethod · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected