zcollection.indexing.abc.Indexer._set_schema#

Indexer._set_schema(partition_schema, **kwargs)[source]#

Set the schema properties of the index.

Parameters:

partition_schema (tuple[tuple[str, DataType], ...]) – A tuple of (name, type) pairs that describes the storage properties of the collection’s partitioning keys.

Return type:

None