zcollection.indexing.abc.QueryDict#

zcollection.indexing.abc.QueryDict#

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

alias of Dict[str, Union[int, float, bytes, Iterable[Union[int, float, bytes]]]]