MCPcopy Create free account
hub / github.com/ByConity/ByConity / insertDefaultValue

Function insertDefaultValue

src/Formats/MySQLBlockInputStream.cpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 void insertDefaultValue(IColumn & column, const IColumn & sample_column) { column.insertFrom(sample_column, 0); }
214}
215
216

Callers 3

readImplMethod · 0.70
readImplMethod · 0.50
readTupleDataMethod · 0.50

Calls 1

insertFromMethod · 0.45

Tested by

no test coverage detected