Home
last modified time | relevance | path

Searched refs:GenerateRawSQL (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_index_generator.h75 static Status GenerateRawSQL(const std::vector<std::pair<uint64_t, std::string>> &fields,
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc281 Status ShardIndexGenerator::GenerateRawSQL(const std::vector<std::pair<uint64_t, std::string>> &fie… in GenerateRawSQL() function in mindspore::mindrecord::ShardIndexGenerator
507 RELEASE_AND_RETURN_IF_NOT_OK(GenerateRawSQL(fields_, &sql_ptr), db, in); in ExecuteTransaction()