Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ insertDefaultValue
Function
insertDefaultValue
src/DataStreams/MongoDBBlockInputStream.cpp:306–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void insertDefaultValue(IColumn & column, const IColumn & sample_column) { column.insertFrom(sample_column, 0); }
307
}
308
309
Callers
1
readImpl
Method · 0.70
Calls
1
insertFrom
Method · 0.45
Tested by
no test coverage detected