if (cpHost.preAddColumn(tableName, column)) {
return;
}
}
//TODO: we should process this (and some others) in an executor
new TableAddFamilyHandler(tableName, column, this, this).prepare().process();
if (cpHost != null) {
cpHost.postAddColumn(tableName, column);
}
}