Home
last modified time | relevance | path

Searched defs:schema_id (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc217 auto schema_id = index_field["schema_id"].get<uint64_t>(); in ParseIndexFields() local
445 int64_t schema_id = schema->GetSchemaID(); in AddSchema() local
518 auto schema_id = schema->GetSchemaID(); in GetAllSchemaID() local
543 uint64_t schema_id = field.first; in AddIndexFields() local
579 Status ShardHeader::GetSchemaByID(int64_t schema_id, std::shared_ptr<Schema> *schema_ptr) { in GetSchemaByID()
633 uint64_t &schema_id) { in Initialize()
/third_party/glib/gio/
Dgsettings-tool.c45 const gchar *schema_id) in check_relocatable_schema()
66 const gchar *schema_id) in check_schema()
Dgsettingsschema.c431 const gchar *schema_id, in g_settings_schema_source_lookup()
478 GSList *schema_id; member
523 const gchar *schema_id = NULL; in start_element() local
624 const gchar *schema_id; in end_element() local
Dgsettings.c575 const gchar *schema_id; in g_settings_set_property() local
980 g_settings_new (const gchar *schema_id) in g_settings_new()
1028 g_settings_new_with_path (const gchar *schema_id, in g_settings_new_with_path()
1059 g_settings_new_with_backend (const gchar *schema_id, in g_settings_new_with_backend()
1088 g_settings_new_with_backend_and_path (const gchar *schema_id, in g_settings_new_with_backend_and_path()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_pybind.cc92 [](ShardHeader &s, int64_t schema_id) { in BindShardHeader()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc245 uint64_t schema_id = field.first; in CreateDatabase() local
Dshard_writer.cc337 int schema_id = rawdata_iter->first; in CheckData() local
Dshard_reader.cc828 uint64_t schema_id = column_schema_id_[columns[i]]; in GetLabels() local