finish to add support of subset in items_*_batch() (#3440)
authorEmilien Gobillot <emilien.gobillot@gmail.com>
Sun, 6 Jun 2021 05:44:26 +0000 (07:44 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jun 2021 05:44:26 +0000 (22:44 -0700)
commitf77c1a6a96dd83c9a47148bb554e8046071736a4
treecc0788603f787ce50df53303883d113d5b2c7804
parent6699757bdb4675cb4c8a699ed74ca1701d26e5ba
finish to add support of subset in items_*_batch() (#3440)

finish to add support of subset in items_*_batch()
 - rewrite items_lookup_batch() and items_lookup_and_delete_batch() to make it more robust.
 - add docstring on items_*_batch()
 - update the reference_guide.md
docs/reference_guide.md
src/python/bcc/table.py
tests/python/test_map_batch_ops.py