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

Function IsDetermined

src/wizard/wizard.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 // TODO[SAMPLE]
39 // const RowgroupEncoder tab_encoder(TEMPORARY, WITHOUT_VERIFICATION);
40 // auto tab_compression_result = tab_encoder.Encode(fls);
41 // ChooseExpr(ExpressionChoosingStrategy::BEST_COMPRESSION_RATIO, tab_compression_result, *footer);
42
43 return footer;
44}
45
46void Wizard::ChooseExpr(ExpressionChoosingStrategy strategy, RowgroupEncodingResult& result, Footer& plan) {

Callers 4

null_checkFunction · 0.85
equality_checkFunction · 0.85
expression_check_columnFunction · 0.85
map_1t1_checkFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected