Searched refs:projection_type (Results 1 – 2 of 2) sorted by relevance
156 'ProjectionType': self.projection_type,173 projection_type = 'ALL' variable in AllIndex188 projection_type = 'KEYS_ONLY' variable in KeysOnlyIndex203 projection_type = 'INCLUDE' variable in IncludeIndex284 projection_type = 'ALL' variable in GlobalAllIndex303 projection_type = 'KEYS_ONLY' variable in GlobalKeysOnlyIndex323 projection_type = 'INCLUDE' variable in GlobalIncludeIndex
78 self.assertEqual(all_index.projection_type, 'ALL')111 self.assertEqual(keys_only.projection_type, 'KEYS_ONLY')147 self.assertEqual(include_index.projection_type, 'INCLUDE')188 self.assertEqual(all_index.projection_type, 'ALL')229 self.assertEqual(keys_only.projection_type, 'KEYS_ONLY')270 self.assertEqual(include_index.projection_type, 'INCLUDE')