Support Arrow Stream iterator types
Open
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: Tarantool EE
Since: 3.6
Now iterator type can be set with next API:
API_EXPORT void
box_arrow_options_set_iterator(box_arrow_options_t *options, int iterator);
We support LT, LE, GE and GT iterators.
Requested by @nshy in https://github.com/tarantool/tarantool-ee/commit/bbc82f31545e37f55d4f211f46f5ad1755d1fcd1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the Arrow options API documentation and the box_arrow_options_set_iterator() entry shown in the issue. Document that the next API supports LT, LE, GE, and GT iterator types, and verify that the resulting text matches the current Tarantool EE 3.6 behavior.
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
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100