Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dcollection_option.cpp82 ValueObject maxDocValue = collOpt.GetObjectByPath(maxDocField, errCode); in ReadOption() local
88 if (maxDocValue.GetValueType() != ValueObject::ValueType::VALUE_NUMBER) { in ReadOption()
94 …if (maxDocValue.GetIntValue() <= 0 || static_cast<uint64_t>(maxDocValue.GetIntValue()) > UINT32_MA… in ReadOption()
101 option.maxDoc_ = static_cast<uint32_t>(maxDocValue.GetIntValue()); in ReadOption()