zcollection.indexing.abc#

Abstract base class for indexing.#

Modules Attributes

Scalar

Scalar data type for the index.

DType

Index data type.

QueryDict

Type of associative dictionary used for index queries, which matches a column of the index to the requested values.

Classes

Indexer(path, *[, filesystem])

Abstract base class for indexing a collection.

IndexingCallable(*args, **kwargs)

Protocol for indexing the partitions of a collection.