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

Method VectorStreamGroup

bolt/vector/VectorStream.h:312–316  ·  view source on GitHub ↗

If `serde` is not specified, fallback to the default registered.

Source from the content-addressed store, hash-verified

310 public:
311 /// If `serde` is not specified, fallback to the default registered.
312 explicit VectorStreamGroup(
313 memory::MemoryPool* FOLLY_NONNULL pool,
314 VectorSerde* serde = nullptr)
315 : StreamArena(pool),
316 serde_(serde != nullptr ? serde : getVectorSerde()) {}
317
318 void createStreamTree(
319 RowTypePtr type,

Callers

nothing calls this directly

Calls 1

getVectorSerdeFunction · 0.85

Tested by

no test coverage detected