Searched refs:KeysOnlyIndex (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | fields.py | 176 class KeysOnlyIndex(BaseIndexField): class
|
D | table.py | 4 AllIndex, KeysOnlyIndex, IncludeIndex, 34 KEYS_ONLY=KeysOnlyIndex,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/ |
D | test_highlevel.py | 31 from boto.dynamodb2.fields import (HashKey, RangeKey, KeysOnlyIndex, 56 KeysOnlyIndex('LastNameIndex', parts=[
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 4 AllIndex, KeysOnlyIndex, IncludeIndex, 102 keys_only = KeysOnlyIndex('KeysOnly', parts=[ 1287 self.assertTrue(isinstance(indexes_1[0], KeysOnlyIndex)) 1385 KeysOnlyIndex('FriendCountIndex', parts=[
|