This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225501435
/
LSM_tree_KV_Separation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
complete function: Put_fields
master
王雪飞
8 months ago
parent
b97969e546
commit
c1439e1eef
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
include/leveldb/db.h
+ 1
- 0
include/leveldb/db.h
View File
@ -156,6 +156,7 @@ class LEVELDB_EXPORT DB {
/
/
字
段
信
息
结
构
体
/
/
字
段
信
息
结
构
体
/
/
Todo
(
begin
)
/
/
Todo
(
begin
)
virtual
Status
Put_Fields
(
const
leveldb
:
:
WriteOptions
&
opt
,
const
leveldb
:
:
Slice
&
key
,
const
FieldArray
&
fields
)
=
0
;
virtual
Status
Put_Fields
(
const
leveldb
:
:
WriteOptions
&
opt
,
const
leveldb
:
:
Slice
&
key
,
const
FieldArray
&
fields
)
=
0
;
virtual
Status
Get_Fields
(
const
leveldb
:
:
ReadOptions
&
options
,
const
leveldb
:
:
Slice
&
key
,
FieldArray
*
fields
)
=
0
;
/
/
/
/
Todo
(
end
)
/
/
/
/
Todo
(
end
)
}
;
}
;
Write
Preview
Loading…
Cancel
Save