Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp135 SchemaType estimateType = SchemaType::JSON; // Estimate as JSON type firstly in ParseFromSchemaString() local
138 estimateType = SchemaType::FLATBUFFER; in ParseFromSchemaString()
141 …const std::string &oriSchema = ((estimateType == SchemaType::FLATBUFFER) ? decoded : inSchemaStrin… in ParseFromSchemaString()
148 if (estimateType == SchemaType::FLATBUFFER) { in ParseFromSchemaString()