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

Method extractColumn

bolt/exec/WindowPartition.cpp:51–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void WindowPartition::extractColumn(
52 int32_t columnIndex,
53 folly::Range<const vector_size_t*> rowNumbers,
54 vector_size_t resultOffset,
55 const VectorPtr& result,
56 bool exactSize) const {
57 RowContainer::extractColumn(
58 partition_.data(),
59 rowNumbers,
60 columns_[columnIndex],
61 resultOffset,
62 result,
63 exactSize);
64}
65
66void WindowPartition::extractColumn(
67 int32_t columnIndex,

Callers

nothing calls this directly

Calls 2

rowToColumnVectorFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected