Skip to content

Commit

Permalink
Initial commit of slicetransform
Browse files Browse the repository at this point in the history
ref: #28
  • Loading branch information
sodre committed Apr 30, 2020
1 parent d9a33a2 commit bcf3b39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zeroae/rocksdb/c/slicetransform.i
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
%include "c.i"
ROCKSDB_MODULE_HEADER(slicetransform, "zeroae.rocksdb.c")
%newobject create;
%newobject create_fixed_prefix;
%newobject create_noop;
%delobject destroy;
ROCKSDB_MODULE_FOOTER()

0 comments on commit bcf3b39

Please sign in to comment.