Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fulfil ETS API for shards_local #1

Closed
62 tasks done
cabol opened this issue Feb 1, 2016 · 2 comments
Closed
62 tasks done

Fulfil ETS API for shards_local #1

cabol opened this issue Feb 1, 2016 · 2 comments

Comments

@cabol
Copy link
Owner

cabol commented Feb 1, 2016

ETS Functions:

  • shards:all/0
  • shards:delete/1
  • shards:delete/2
  • shards: delete_all_objects/1
  • shards: delete_object/2
  • shards: file2tab/1
  • shards: file2tab/2
  • shards:first/1
  • shards: foldl/3
  • shards:foldr/3
  • shards:from_dets/2 -- NOT SUPPORTED
  • shards:fun2ms/1 -- Use ets:fun2ms/1 instead.
  • shards:give_away/3
  • shards:i/0
  • shards:i/1 -- NOT SUPPORTED
  • shards:info/1
  • shards:info/2
  • shards:init_table/2 -- NOT SUPPORTED
  • shards:insert/2
  • shards: insert_new/2
  • shards: is_compiled_ms/1
  • shards:last/1
  • shards: lookup/2
  • shards: lookup_element/3
  • shards:match/2
  • shards:match/3
  • shards:match/1
  • shards:match_delete/2
  • shards:match_object/2
  • shards:match_object/3
  • shards:match_object/1
  • shards:match_spec_compile/1
  • shards:match_spec_run/2
  • shards:member/2
  • shards:new/2
  • shards:next/2
  • shards:prev/2
  • shards:rename/2
  • shards:repair_continuation/2
  • shards:safe_fixtable/2
  • shards:select/2
  • shards:select/3
  • shards:select/1
  • shards:select_count/2
  • shards:select_delete/2
  • shards:select_reverse/2
  • shards:select_reverse/3
  • shards:select_reverse/1
  • shards: setopts/2
  • shards:slot/2 -- NOT SUPPORTED
  • shards:tab2file/2
  • shards:tab2file/3
  • shards:tab2list/1
  • shards:tabfile_info/1
  • shards:table/1
  • shards:table/2
  • shards:test_ms/2
  • shards:take/2
  • shards:to_dets/2 -- NOT SUPPORTED
  • shards:update_counter/3
  • shards:update_counter/4
  • shards:update_element/3
@cabol cabol changed the title Fulfil the ETS API Fulfil ETS API Feb 8, 2016
@cabol cabol changed the title Fulfil ETS API Fulfil ETS API for shards_local Dec 8, 2016
cabol added a commit that referenced this issue Dec 8, 2016
@cabol cabol closed this as completed Dec 8, 2016
@cabol
Copy link
Owner Author

cabol commented Feb 21, 2017

Missing shards:rename/2

@cabol
Copy link
Owner Author

cabol commented Feb 22, 2017

Implemented rename function.

@cabol cabol closed this as completed Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant