logo       

Re: mnesia:match_object() on an ordered_set: msg#00387

lang.erlang.general

Subject: Re: mnesia:match_object() on an ordered_set

Perhaps this is really a version of ets:new()...?


e.g.

ets:new(found_set, [{type, ordered_set},
{select, {Tab, Pattern}}]).

This would create a new ETS table, and populate it with the
results from ets:select(Tab, Pattern).

The next step would be to perform a join operation. ;-)



I like this - yes please OTP team!

Sean




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise