tarantool / tarantool/doc

feedback: Module merger

Open
#1,642 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

add details reference
Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

<…>e the table source
data = {{'a'}, {'b'}, {'c'}}
source = merger.|new_source_fromtable|(data)
i1 = merger.new(key_def, {source}):pairs()
i2 = merger.ne<…>

https://www.tarantool.io/en/doc/latest/reference/reference_lua/merger/#merger-new-merger-source

It is not described in the API (as well as new_source_frombuffer()).

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

Open the merger API reference linked in the issue and compare its documented API with merger.new_source_fromtable() and merger.new_source_frombuffer(). Add descriptions for both missing functions, including the shown table-source usage, and verify the rendered reference page contains them.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.