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

Function needCheckTypeCompatibilityLocal

src/DataTypes/ObjectUtils.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static bool needCheckTypeCompatibilityLocal(const IStorage & storage)
241{
242 const auto * cloud_table = dynamic_cast<const StorageCloudMergeTree *>(&storage);
243 return cloud_table == nullptr;
244}
245
246void convertDynamicColumnsToTuples(Block & block, const StorageSnapshotPtr & storage_snapshot)
247{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected