}
}
}
Index index;
if (isDelegateIndex)
index = new HBaseDelegateIndex(this, indexId, indexName, cols, scanIndex, indexType);
else
index = new HBaseSecondaryIndex(this, indexId, indexName, cols, indexType);
index.setTemporary(isTemporary());
if (index.getCreateSQL() != null) {