Function tskit::bindings::tsk_table_collection_drop_index[][src]

pub unsafe extern "C" fn tsk_table_collection_drop_index(
    self_: *mut tsk_table_collection_t,
    options: tsk_flags_t
) -> c_int

@brief Deletes the indexes for this table collection.

@rst Unconditionally drop the indexes that may be present for this table collection. It is not an error to call this method on an unindexed table collection. See the :ref:sec_c_api_table_indexes section for details on the index life-cycle. @endrst

@param self A pointer to a tsk_table_collection_t object. @param options Bitwise options. Currently unused; should be set to zero to ensure compatibility with later versions of tskit. @return Always returns 0.