mnesia:match_object() on an ordered_set

Sean Hinde sean.hinde@REDACTED
Fri Apr 25 16:44:21 CEST 2003


> 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




More information about the erlang-questions mailing list