MCPcopy Create free account
hub / github.com/cwida/FastLanes / init

Function init

src/wizard/wizard.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83void constant_visit(const col_pt& col, ColumnMetadata& sub_plan) {
84 //
85 visit(constant_visitor {sub_plan}, col);
86}
87
88void Wizard::constant_check(const Rowgroup& rowgroup, Footer& footer) {
89 for (n_t col_idx {0}; col_idx < rowgroup.internal_rowgroup.size(); col_idx++) {
90 constant_visit(rowgroup.internal_rowgroup[col_idx], footer.column_metadatas[col_idx]);
91 }
92}
93

Callers 7

log_key_valueMethod · 0.85
log_memory_readMethod · 0.85
rowgroup_checkFunction · 0.85
BufMethod · 0.85
enc_alp_oprMethod · 0.85
enc_alp_rd_oprMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected