Home
last modified time | relevance | path

Searched refs:isIndexable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h44 bool isIndexable = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp60 EXPECT_EQ(res.isIndexable, check.isIndexable); in CheckSchemaAttribute()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp226 return (targetAttr.isIndexable ? E_OK : -E_NOT_SUPPORT); in CheckQueryableAndGetFieldType()
606 outAttr.isIndexable = true; in CheckSchemaDefineItemDecideAttribute()
733 if (!schemaDefine_[depth][eachPath].isIndexable) { in CheckFieldPathIndexableThenSave()
867 if (oldAttr.isIndexable) { in CompareSchemaAttribute()
H A Dflatbuffer_schema.cpp617 fieldInfo.isIndexable = (IsIndexableType(baseType) && isRootField); in ParseCheckFieldInfo()
626 if (fieldInfo.isIndexable) { in ParseCheckFieldInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp715 … .isIndexable = true, // For relational schema, all field is indexable. in GetSchemaDefine()