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

Method length

crates/paimon/src/spec/types.rs:355–357  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

353 }
354
355 pub fn length(&self) -> usize {
356 self.length
357 }
358
359 pub fn family(&self) -> DataTypeFamily {
360 DataTypeFamily::PREDEFINED | DataTypeFamily::BINARY_STRING

Callers 3

writeMethod · 0.45
copy_with_nullableMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected