public static ColumnIndex CreateColumnIndex(this ISystemContext context, string indexType, ITable table,
                                             int columnOffset, IEnumerable <KeyValuePair <string, object> > metadata)
 {
     return(context.CreateColumnIndex(indexType, new ColumnIndexContext(table, columnOffset, metadata)));
 }