Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ id
Method
id
crates/paimon/src/spec/schema.rs:75–77 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
73
}
74
75
pub fn id(&self) -> i64 {
76
self.id
77
}
78
79
pub fn fields(&self) -> &[DataField] {
80
&self.fields
Callers
15
resolve_snapshot_by_id
Function · 0.45
clean_larger_than
Function · 0.45
proc_rollback_to
Function · 0.45
proc_rollback_to_timestamp
Function · 0.45
test_snapshot
Function · 0.45
scan
Method · 0.45
scan
Method · 0.45
collect_file_rows
Function · 0.45
table_to_data_field_mapping
Function · 0.45
scan
Method · 0.45
scan
Method · 0.45
test_table_indexes_system_table
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected