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

Method createSerializer

bolt/vector/tests/VectorStreamTest.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 vector_size_t** sizes) override {}
43
44 std::unique_ptr<VectorSerializer> createSerializer(
45 RowTypePtr type,
46 int32_t numRows,
47 StreamArena* streamArena,
48 const Options* options = nullptr) override {
49 return nullptr;
50 };
51
52 void deserialize(
53 ByteInputStream* source,

Callers 2

serializeMethod · 0.45
createStreamTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected