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

Method comment

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

Source from the content-addressed store, hash-verified

152 }
153
154 pub fn comment(&self) -> Option<&str> {
155 self.comment.as_deref()
156 }
157
158 pub fn time_millis(&self) -> i64 {
159 self.time_millis

Callers 3

scanMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected