} else {
indices = new String[]{ analysis.table().ident().name() };
}
if (analysis.table().isAlias()) {
throw new AlterTableAliasException(analysis.table().ident().name());
}
final List<ListenableFuture<?>> results = new ArrayList<>(
indices.length + (updateTemplate ? 1 : 0) + (updateMapping ? 1 : 0)
);