回退 'Pull Request !1728 : 支持向量数据库功能'

This commit is contained in:
openharmony_ci 2024-03-30 09:28:36 +00:00 committed by Gitee
parent 4e46dea769
commit bcd1381c0f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 0 additions and 5 deletions

View File

@ -320,10 +320,6 @@ int RdbResultSetImpl::GetAssets(int32_t col, NativeRdb::ValueObject::Assets& val
{
return NativeRdb::E_NOT_SUPPORT;
}
int RdbResultSetImpl::GetFloat32Array(int32_t index, NativeRdb::ValueObject::FloatVector &vecs)
{
return NativeRdb::E_NOT_SUPPORT;
}
int RdbResultSetImpl::Get(int32_t col, NativeRdb::ValueObject& value)
{
return NativeRdb::E_NOT_SUPPORT;

View File

@ -58,7 +58,6 @@ public:
int Close() override;
int GetAsset(int32_t col, NativeRdb::ValueObject::Asset& value) override;
int GetAssets(int32_t col, NativeRdb::ValueObject::Assets& value) override;
int GetFloat32Array(int32_t index, NativeRdb::ValueObject::FloatVector &vecs) override;
int Get(int32_t col, NativeRdb::ValueObject& value) override;
int GetRow(NativeRdb::RowEntity& rowEntity) override;
int GetModifyTime(std::string& modifyTime) override;