MCPcopy Create free account
hub / github.com/bytedance/bolt / appendNonNull

Method appendNonNull

bolt/serializers/PrestoSerializer.cpp:1375–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373 }
1374
1375 void appendNonNull(int32_t count = 1) {
1376 if (nullCount_ > 0) {
1377 nulls_.appendBool(false, count);
1378 }
1379 nonNullCount_ += count;
1380 }
1381
1382 void appendLength(int32_t length) {
1383 totalLength_ += length;

Callers 12

serializeFlatVectorFunction · 0.45
BOOLEAN>Method · 0.45
serializeRowVectorFunction · 0.45
serializeArrayVectorFunction · 0.45
serializeMapVectorFunction · 0.45
serializeConstantVectorFunction · 0.45
serializeBiasVectorFunction · 0.45
rowsToRangesFunction · 0.45
appendTimestampsFunction · 0.45

Calls 1

appendBoolMethod · 0.80

Tested by

no test coverage detected