Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readImpl
Method · 0.70
readImpl
Method · 0.50
readTupleData
Method · 0.50
Calls
1
insertFrom
Method · 0.45
Tested by
no test coverage detected