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

Method options

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

Source from the content-addressed store, hash-verified

116 }
117
118 pub fn options(&self) -> &HashMap<String, String> {
119 &self.options
120 }
121
122 /// Create a copy of this schema with extra options merged in.
123 pub fn copy_with_options(&self, extra: HashMap<String, String>) -> Self {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected