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

Function empty_col_result

src/encoder/rowgroup_encoder.cpp:24–29  ·  view source on GitHub ↗

TODO [LQ_DEADLINE]

Source from the content-addressed store, hash-verified

22 return res;
23}
24
25AllExpEncodedCol RowgroupEncoder::encode_all(const col_pt& col, const ColDescription& col_description) const {
26 const auto type = col_description.type;
27 if (type == DataType::FALLBACK) { return {}; }
28
29 // TODO [LQ_DEADLINE]
30 AllExpEncodedCol result = std::visit( //
31 overloaded {
32 [](const auto&) -> AllExpEncodedCol { throw std::runtime_error("NOT SUPPORTED"); },

Callers 1

encode_allMethod · 0.85

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected