zcollection.indexing.abc.Indexer.update#

abstract Indexer.update(zds, *, partition_size=None, npartitions=None)[source]#

Update the index.

Parameters:
  • zds (Collection) – The dataset containing the new data.

  • partition_size (int | None) – The length of each bag partition.

  • npartitions (int | None) – The number of desired bag partitions.

Return type:

None