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

Method append

bolt/vector/VectorStream.h:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 Scratch& scratch) = 0;
71
72 virtual void append(
73 const RowVectorPtr& vector,
74 const folly::Range<const IndexRange*>& ranges) {
75 Scratch scratch;
76 append(vector, ranges, scratch);
77 }
78
79 virtual void append(
80 const RowVectorPtr& vector,

Callers

nothing calls this directly

Calls 1

appendFunction · 0.70

Tested by

no test coverage detected