コード例 #1
0
ファイル: mysql_client.py プロジェクト: lichia/testrunner
 def _gen_gsi_index_info_from_n1ql_query_template(self, query_path = "./queries.txt", output_file_path = "./output.txt",  table_name = "simple_table"):
     helper = QueryHelper()
     map = self._get_values_with_type_for_fields_in_table()
     table_map = map[table_name]
     helper._convert_template_query_info_with_gsi(query_path, gsi_index_file_path = output_file_path, table_map = table_map, table_name = table_name)