Class KeySet (2.0.0)

KeySet(keys=(), ranges=(), all_=False)

Identify table rows via keys / ranges.

Parameters

NameDescription
keys list of list of scalars

keys identifying individual rows within a table.

ranges list of KeyRange

ranges identifying rows within a table.

all_ boolean

if True, identify all rows within a table

Methods

__eq__

__eq__(other)

Compare by serialized state.