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

Method getTargetTable

src/Storages/StorageMaterializedView.cpp:1238–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238StoragePtr StorageMaterializedView::getTargetTable() const
1239{
1240 checkStackSize();
1241 return DatabaseCatalog::instance().getTable(target_table_id, getContext());
1242}
1243
1244StoragePtr StorageMaterializedView::tryGetTargetTable() const
1245{

Callers 7

tryGetTargetTableMethod · 0.80
rewriteCreateTableSQLMethod · 0.80
runImplMethod · 0.80
submitTaskRecordMethod · 0.80
visitMethod · 0.80
getPartitionStatusMethod · 0.80

Calls 2

checkStackSizeFunction · 0.85
getTableMethod · 0.45

Tested by

no test coverage detected