Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ append
Method
append
bolt/vector/VectorStream.h:349–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
Scratch& scratch);
348
349
void append(
350
const RowVectorPtr& vector,
351
const folly::Range<const IndexRange*>& ranges) {
352
Scratch scratch;
353
append(vector, ranges, scratch);
354
}
355
356
void append(
357
const RowVectorPtr& vector,
Callers
nothing calls this directly
Calls
1
append
Function · 0.70
Tested by
no test coverage detected