Add missing comment
This commit is contained in:
parent
6ed40ad959
commit
096f49bb1d
1 changed files with 7 additions and 0 deletions
|
@ -319,6 +319,13 @@ sst_getkvrange(Pid, StartKey, EndKey, ScanWidth) ->
|
||||||
%%
|
%%
|
||||||
%% To make the range open-ended (either to start, end or both) the all atom
|
%% To make the range open-ended (either to start, end or both) the all atom
|
||||||
%% can be used in place of the Key tuple.
|
%% can be used in place of the Key tuple.
|
||||||
|
%%
|
||||||
|
%% A segment list can also be passed, which inidcates a subset of segment
|
||||||
|
%% hashes of interest in the query.
|
||||||
|
%%
|
||||||
|
%% TODO: Optimise this so that passing a list of segments that tune to the
|
||||||
|
%% same hash is faster - perhaps provide an exportable function in
|
||||||
|
%% leveled_tictac
|
||||||
sst_getfilteredrange(Pid, StartKey, EndKey, ScanWidth, SegList) ->
|
sst_getfilteredrange(Pid, StartKey, EndKey, ScanWidth, SegList) ->
|
||||||
SegList0 = tune_seglist(SegList),
|
SegList0 = tune_seglist(SegList),
|
||||||
case gen_fsm:sync_send_event(Pid,
|
case gen_fsm:sync_send_event(Pid,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue