Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ is_enabled
Method
is_enabled
crates/paimon/src/spec/partial_update.rs:53–57 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
pub(crate) fn is_enabled(&self) -> bool {
54
self.options
55
.get(MERGE_ENGINE_OPTION)
56
.is_some_and(|value| value.eq_ignore_ascii_case(PARTIAL_UPDATE_ENGINE))
57
}
58
59
pub(crate) fn validate_create_mode(
60
&self,
Callers
1
validated_mode
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected