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

Method remove

crates/paimon/src/common/options.rs:127–129  ·  view source on GitHub ↗

Remove a key.

(&mut self, key: &str)

Source from the content-addressed store, hash-verified

125
126 /// Remove a key.
127 pub fn remove(&mut self, key: &str) -> Option<String> {
128 self.data.remove(key)
129 }
130
131 /// Merge another Options into this one, overwriting existing keys.
132 pub fn merge(&mut self, other: &Options) {

Callers 14

sqlMethod · 0.80
oss_config_parseFunction · 0.80
prepare_commitMethod · 0.80
get_or_open_readerMethod · 0.80
assignMethod · 0.80
merge_active_entriesFunction · 0.80
apply_changesMethod · 0.80
alter_databaseMethod · 0.80
drop_databaseMethod · 0.80

Calls

no outgoing calls

Tested by 8

merge_active_entriesFunction · 0.64
apply_changesMethod · 0.64
alter_databaseMethod · 0.64
drop_databaseMethod · 0.64
drop_tableMethod · 0.64
rename_tableMethod · 0.64