MCPcopy 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_unscaledMethod · 0.45
deserializeMethod · 0.45
parse_memory_sizeFunction · 0.45
validate_rowMethod · 0.45
format_partition_valueFunction · 0.45
validated_modeMethod · 0.45
trimmed_primary_keysMethod · 0.45
bucket_keysMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected