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

Method deserialize

bolt/exec/ContainerRowSerde.cpp:1174–1180  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

1172
1173// static
1174void ContainerRowSerde::deserialize(
1175 ByteInputStream& in,
1176 vector_size_t index,
1177 BaseVector* result,
1178 bool exactSize) {
1179 deserializeSwitch(in, index, *result, exactSize);
1180}
1181
1182// static
1183int32_t ContainerRowSerde::compare(

Callers 2

nextBatchMethod · 0.45
getOutputMethod · 0.45

Calls 1

deserializeSwitchFunction · 0.70

Tested by

no test coverage detected