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

Function null_partition_bytes

crates/paimon/src/table/table_commit.rs:1419–1423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1417 }
1418
1419 fn null_partition_bytes() -> Vec<u8> {
1420 let mut builder = BinaryRowBuilder::new(1);
1421 builder.set_null_at(0);
1422 builder.build_serialized()
1423 }
1424
1425 fn test_row_tracking_schema() -> TableSchema {
1426 use crate::spec::{DataType, IntType, Schema, VarCharType};

Callers

nothing calls this directly

Calls 2

build_serializedMethod · 0.80
set_null_atMethod · 0.45

Tested by

no test coverage detected