Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ is_empty
Method
is_empty
crates/paimon/src/spec/binary_row.rs:110–112 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
108
}
109
110
pub fn is_empty(&self) -> bool {
111
self.data.is_empty()
112
}
113
114
pub fn data(&self) -> &[u8] {
115
&self.data
Callers
15
get_decimal_unscaled
Method · 0.45
deserialize
Method · 0.45
parse_memory_size
Function · 0.45
generate_partition_path
Method · 0.45
validate_row
Method · 0.45
format_partition_value
Function · 0.45
format_timestamp_non_legacy
Function · 0.45
validated_mode
Method · 0.45
trimmed_primary_keys
Method · 0.45
bucket_keys
Method · 0.45
new
Method · 0.45
normalize_primary_keys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected