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

Method data_evolution_enabled

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

Source from the content-addressed store, hash-verified

152 }
153
154 pub fn data_evolution_enabled(&self) -> bool {
155 self.options
156 .get(DATA_EVOLUTION_ENABLED_OPTION)
157 .map(|value| value.eq_ignore_ascii_case("true"))
158 .unwrap_or(false)
159 }
160
161 pub fn global_index_enabled(&self) -> bool {
162 self.options

Callers 10

execute_updateFunction · 0.80
execute_merge_intoFunction · 0.80
execute_deleteFunction · 0.80
try_newMethod · 0.80
newMethod · 0.80
to_arrowMethod · 0.80
plan_manifest_entriesMethod · 0.80
plan_snapshotMethod · 0.80
newMethod · 0.80
validate_blob_fieldsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected