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

Method build

crates/paimon/src/spec/binary_row.rs:553–555  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

551 }
552
553 pub fn build(self) -> BinaryRow {
554 BinaryRow::from_bytes(self.arity, self.data)
555 }
556
557 /// Build as Paimon's serialized format: 4-byte BE arity prefix + raw data.
558 pub fn build_serialized(self) -> Vec<u8> {

Callers 15

from_arrowMethod · 0.45
from_datumsMethod · 0.45
batch_build_binary_rowsFunction · 0.45
test_get_intFunction · 0.45
test_get_longFunction · 0.45
test_get_float_doubleFunction · 0.45
test_null_handlingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected