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

Method listNotProbedRows

bolt/exec/HashTable.cpp:2084–2091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082
2083template <bool ignoreNullKeys>
2084int32_t HashTable<ignoreNullKeys>::listNotProbedRows(
2085 RowsIterator* iter,
2086 int32_t maxRows,
2087 uint64_t maxBytes,
2088 char** rows) {
2089 return listRows<RowContainer::ProbeType::kNotProbed>(
2090 iter, maxRows, maxBytes, rows);
2091}
2092
2093template <bool ignoreNullKeys>
2094int32_t HashTable<ignoreNullKeys>::listProbedRows(

Callers 1

getBuildSideOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected