Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
scan
Method · 0.80
test_schemas_system_table
Function · 0.80
to_arrow
Method · 0.80
new
Method · 0.80
plan_manifest_entries
Method · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected