try {
indexMutations =
IndexUtil.generateIndexData(tableRef.getTable(), index, mutations,
tempPtr, connection.getKeyValueBuilder());
} catch (SQLException e) {
throw new IllegalDataException(e);
}
return new Pair<byte[],List<Mutation>>(index.getPhysicalName().getBytes(),indexMutations);
}
@Override