MCPcopy Create free account
hub / github.com/ByConity/ByConity / getExtremes

Method getExtremes

src/DataStreams/IBlockInputStream.cpp:398–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397
398Block IBlockInputStream::getExtremes()
399{
400 if (extremes)
401 return extremes;
402
403 Block res;
404 forEachChild([&] (IBlockInputStream & child)
405 {
406 res = child.getExtremes();
407 return bool(res);
408 });
409 return res;
410}
411
412
413String IBlockInputStream::getTreeID() const

Callers 2

updateExtremesMethod · 0.45
copyDataImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected