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

Method listProbedRows

bolt/exec/HashTable.cpp:2094–2101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2092
2093template <bool ignoreNullKeys>
2094int32_t HashTable<ignoreNullKeys>::listProbedRows(
2095 RowsIterator* iter,
2096 int32_t maxRows,
2097 uint64_t maxBytes,
2098 char** rows) {
2099 return listRows<RowContainer::ProbeType::kProbed>(
2100 iter, maxRows, maxBytes, rows);
2101}
2102
2103template <bool ignoreNullKeys>
2104int32_t HashTable<ignoreNullKeys>::listAllRows(

Callers 1

getBuildSideOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected