Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp111 inline bool IsIndexableType(reflection::BaseType inType) in IsIndexableType() function
133 return IsIndexableType(inType) || IsVectorType(inType) || IsObjectType(inType); in IsSupportTypeAtRoot()
407 if (!IsIndexableType(baseType)) { in ExtractFlatBufferValueFinal()
581 if (!IsIndexableType(elementType)) { in CheckFieldTypeSupport()
617 fieldInfo.isIndexable = (IsIndexableType(baseType) && isRootField); in ParseCheckFieldInfo()