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

Method primary_keys

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

Source from the content-addressed store, hash-verified

96 }
97
98 pub fn primary_keys(&self) -> &[String] {
99 &self.primary_keys
100 }
101
102 /// Primary keys with partition columns removed.
103 ///

Callers 6

scanMethod · 0.80
to_arrowMethod · 0.80
newMethod · 0.80
plan_manifest_entriesMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected