Compatibility facade for the Flow ordered index.
Flow no longer keeps an ETS mirror for secondary indexes. This module keeps
the older call shape alive for tests and any internal callers that have not
been renamed yet, but all data lives in Ferricstore.Flow.NativeOrderedIndex.
Summary
Types
Functions
@spec count_all(table_ref(), binary()) :: non_neg_integer()
@spec put_entries(table_ref(), table_ref(), [{binary(), binary(), score_input()}]) :: :ok
@spec put_member(table_ref(), table_ref(), binary(), binary(), score_input()) :: :ok
@spec put_members(table_ref(), table_ref(), binary(), [{binary(), score_input()}]) :: :ok
@spec put_new_entries(table_ref(), table_ref(), [{binary(), binary(), score_input()}]) :: :ok
@spec put_new_member(table_ref(), table_ref(), binary(), binary(), score_input()) :: :ok
@spec put_new_members(table_ref(), table_ref(), binary(), [{binary(), score_input()}]) :: :ok
@spec range_slice( table_ref(), binary(), term(), term(), boolean(), non_neg_integer(), non_neg_integer() | :all ) :: [{binary(), float()}]
@spec rank_range( table_ref(), binary(), non_neg_integer(), non_neg_integer(), boolean() ) :: [ {binary(), float()} ]
@spec table_names(atom(), non_neg_integer()) :: {atom(), atom()}