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

Method read

bolt/exec/AddressableNonNullValueList.cpp:105–111  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

103
104// static
105void AddressableNonNullValueList::read(
106 const Entry& position,
107 BaseVector& result,
108 vector_size_t index) {
109 auto stream = prepareRead(position);
110 exec::ContainerRowSerde::deserialize(*stream, index, &result);
111}
112
113} // namespace bytedance::bolt::aggregate::prestosql

Callers

nothing calls this directly

Calls 2

prepareReadFunction · 0.85
deserializeFunction · 0.50

Tested by

no test coverage detected