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

Method FactorizedTableSchema

src/processor/result/factorized_table_schema.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17FactorizedTableSchema::FactorizedTableSchema(const FactorizedTableSchema& other) {
18 for (auto i = 0u; i < other.columns.size(); ++i) {
19 appendColumn(other.columns[i].copy());
20 }
21}
22
23void FactorizedTableSchema::appendColumn(ColumnSchema column) {
24 numBytesForDataPerTuple += column.getNumBytes();

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected