Class KeySet (3.58.0)

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

Identify table rows via keys / ranges.

Parameters

Name Description
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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月10日 UTC.