MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / hasUnflatCol

Method hasUnflatCol

src/processor/result/factorized_table.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bool FactorizedTable::hasUnflatCol() const {
255 std::vector<ft_col_idx_t> colIdxes(tableSchema.getNumColumns());
256 iota(colIdxes.begin(), colIdxes.end(), 0);
257 return hasUnflatCol(colIdxes);
258}
259
260uint64_t FactorizedTable::getTotalNumFlatTuples() const {
261 auto totalNumFlatTuples = 0ul;

Callers 5

printBodyMethod · 0.80
PayloadScannerMethod · 0.80
mapCrossProductMethod · 0.80
mapAccumulateMethod · 0.80
mapUnionAllMethod · 0.80

Calls 4

hasUnflatColFunction · 0.85
getNumColumnsMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected