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