• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 11124468384 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2024 11:46AM UTC
Files 515
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Oct 2024 11:34AM UTC coverage: 87.276% (-0.02%) from 87.291%
11124468384.1

push

github

locker
box: introduce box_insert_arrow()

The new method inserts into a given space the data, provided in Arrow
columnar format [1]. At the moment it is not supported by memtx and vinyl
spaces.

Also the IPROTO_INSERT_ARROW request is introduced. It inserts the data
that is serialized into Arrow IPC format [2].

1. https://arrow.apache.org/docs/format/Columnar.html
2. https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc

Closes #10508
Needed for tarantool/tarantool-ee#820

NO_CHANGELOG=No sense in mentioning in CE release notes

@TarantoolBot document
Title: Document iproto request IPROTO_INSERT_ARROW
Product: Tarantool
Since: 3.3
Root documents: https://www.tarantool.io/en/doc/latest/reference/internals/iproto/requests/
https://www.tarantool.io/en/doc/latest/reference/internals/iproto/keys/#internals-iproto-keys-features

Available IPROTO_FEATURES are the following:
* IPROTO_FEATURE_INSERT_ARROW = 12 - Support of data insertion in Arrow
  format.
IPROTO version supporting the this feature is 10 or newer.

Client-server requests and responses:
* IPROTO_INSERT_ARROW = 0x11 - Insert Arrow data request.

The structure of the `IPROTO_INSERT_ARROW` request is similar to
`IPROTO_INSERT`, the only difference is `IPROTO_ARROW : MP_ARROW`
instead of `IPROTO_TUPLE : MP_ARRAY`.

The response to `IPROTO_INSERT_ARROW` contains an empty body.

69061 of 122807 branches covered (56.24%)

101821 of 116666 relevant lines covered (87.28%)

2571485.65 hits per line

Source Files on job 11124468384.1
  • Tree
  • List 0
  • Changed 433
  • Source Changed 0
  • Coverage Changed 47
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 11124468384
  • be34a844 on github
  • Prev Job for on master (#11079759264.1)
  • Next Job for on master (#11141440962.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc