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

Function deserializeSwitch

bolt/exec/ContainerRowSerde.cpp:608–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void deserializeSwitch(
609 ByteInputStream& in,
610 vector_size_t index,
611 BaseVector& result,
612 bool exactSize) {
613 BOLT_DYNAMIC_TYPE_DISPATCH(
614 deserializeOne, result.typeKind(), in, index, result, exactSize);
615}
616
617void deserializeManySwitch(
618 ByteInputStream& in,

Callers 2

ROW>Method · 0.70
deserializeMethod · 0.70

Calls 1

typeKindMethod · 0.45

Tested by

no test coverage detected