Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
new
Method · 0.45
copy
Method · 0.45
assign_nested_field_ids
Method · 0.45
test_schema_builder_build
Function · 0.45
test_schema_builder_column_row_type
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected