MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / setComment

Method setComment

src/Storages/StorageInMemoryMetadata.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void StorageInMemoryMetadata::setComment(const String & comment_)
118{
119 comment = comment_;
120}
121
122void StorageInMemoryMetadata::setSQLSecurity(const ASTSQLSecurity & sql_security)
123{

Callers 15

StorageMemoryMethod · 0.45
StorageMySQLMethod · 0.45
StorageStripeLogMethod · 0.45
StorageNullMethod · 0.45
setStorageMetadataMethod · 0.45
StorageDictionaryMethod · 0.45
StoragePostgreSQLMethod · 0.45
StorageExecutableMethod · 0.45
StorageFilesystemMethod · 0.45
StorageSQLiteMethod · 0.45
StorageTimeSeriesMethod · 0.45
StorageBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected