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

Method listAllRows

bolt/exec/HashTable.cpp:2104–2110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2102
2103template <bool ignoreNullKeys>
2104int32_t HashTable<ignoreNullKeys>::listAllRows(
2105 RowsIterator* iter,
2106 int32_t maxRows,
2107 uint64_t maxBytes,
2108 char** rows) {
2109 return listRows<RowContainer::ProbeType::kAll>(iter, maxRows, maxBytes, rows);
2110}
2111
2112template <>
2113int32_t HashTable<false>::listNullKeyRows(

Callers 5

noMoreInputMethod · 0.80
getBuildSideOutputMethod · 0.80
nextPartitionMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected