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

Method Encode

src/encoder/rowgroup_encoder.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87 return table_compression_res;
88}
89
90RowgroupEncodingResult RowgroupEncoder::encode(const Rowgroup& rowgroup, const Footer& footer) const {
91
92 return encode(rowgroup.internal_rowgroup, rowgroup.m_schema.col_descriptions());
93}
94

Callers 1

encode_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected