Skip to content

Commit

Permalink
Export the official is-less-than btree predictate
Browse files Browse the repository at this point in the history
Patch by: Jason Smith
Re: COUCHDB-1228 1/4



git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1156506 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davisp committed Aug 11, 2011
1 parent 839f35d commit fc7ea9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/couchdb/couch_btree.erl
Expand Up @@ -15,6 +15,7 @@
-export([open/2, open/3, query_modify/4, add/2, add_remove/3]).
-export([fold/4, full_reduce/1, final_reduce/2, size/1, foldl/3, foldl/4]).
-export([fold_reduce/4, lookup/2, get_state/1, set_options/2]).
-export([less/3]).

-include("couch_db.hrl").
-define(CHUNK_THRESHOLD, 16#4ff).
Expand Down

0 comments on commit fc7ea9d

Please sign in to comment.