tarantool / tarantool/doc

Raw read view supports the `count` method now

Open
#5,664 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

c api
Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Since: 3.8.0

Raw read views (ones that can be used from C API) are popualted
with count method now:

API_EXPORT ssize_t
box_raw_read_view_count(const box_raw_read_view_index_t *index, int type,
			const char *key, const char *key_end);

Requested by @drewdzzz in https://github.com/tarantool/tarantool-ee/commit/c818144a19005095efc0fdd1c0e2cc946a521e8b.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the documented C API entry point box_raw_read_view_count and inspect the surrounding raw read view documentation. Update the relevant documentation to describe count support for raw read views, then verify that the function signature and availability since 3.8.0 are accurately represented.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.