MCPcopy 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_idFunction · 0.45
clean_larger_thanFunction · 0.45
proc_rollback_toFunction · 0.45
test_snapshotFunction · 0.45
scanMethod · 0.45
scanMethod · 0.45
collect_file_rowsFunction · 0.45
scanMethod · 0.45
scanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected