Searched refs:verification (Results 1 – 7 of 7) sorted by relevance
181 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParsePlainTableOptions()205 (iter->second.verification != OptionVerificationType::kByName && in GetPlainTableOptionsFromMap()206 iter->second.verification != in GetPlainTableOptionsFromMap()208 iter->second.verification != in GetPlainTableOptionsFromMap()210 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetPlainTableOptionsFromMap()
445 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetOptionString()538 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseBlockBasedTableOption()577 (iter->second.verification != OptionVerificationType::kByName && in GetBlockBasedTableOptionsFromMap()578 iter->second.verification != in GetBlockBasedTableOptionsFromMap()580 iter->second.verification != in GetBlockBasedTableOptionsFromMap()582 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetBlockBasedTableOptionsFromMap()611 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyBlockBasedTableFactory()
623 if (type_info.verification == OptionVerificationType::kByName || in AreEqualOptions()624 type_info.verification == in AreEqualOptions()626 type_info.verification == OptionVerificationType::kByNameAllowNull) { in AreEqualOptions()640 if (type_info.verification == in AreEqualOptions()645 } else if (type_info.verification == in AreEqualOptions()743 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyDBOptions()781 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyCFOptions()
383 if (opt_info.verification == OptionVerificationType::kDeprecated) { in ParseSingleStructOption()805 if (opt_info.verification == OptionVerificationType::kDeprecated) { in GetMutableOptionsFromStrings()1078 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseColumnFamilyOption()1084 switch (opt_info.verification) { in ParseColumnFamilyOption()1133 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetStringFromStruct()1212 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseDBOption()1218 switch (opt_info.verification) { in ParseDBOption()
108 OptionVerificationType verification; member
42 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableDBOptionsMap()58 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableCFOptionsMap()
318 * Add support for block checksums verification for external SST files before ingestion.322 * Enable properties block checksum verification for block-based tables.