pub unsafe extern "C" fn cuvsTieredIndexExtend(
res: cuvsResources_t,
new_vectors: *mut DLManagedTensor,
index: cuvsTieredIndex_t,
) -> cuvsError_tExpand description
@} / /** @defgroup tiered_c_index_extend Tiered index extend @{ / /** @brief Extend the index with the new data.
@param[in] res cuvsResources_t opaque C handle @param[in] new_vectors DLManagedTensor* the new vectors to add to the index @param[inout] index Tiered index to be extended @return cuvsError_t