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

tarantool / tarantool / 7547290440
88%

Build:
DEFAULT BRANCH: master
Ran 16 Jan 2024 08:55PM UTC
Jobs 1
Files 511
Run time 1min
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

16 Jan 2024 08:41PM UTC coverage: 86.923% (+0.04%) from 86.886%
7547290440

push

github

locker
box: introduce fixed-size numeric field types

See the docbot request for details.

Closes #9548

@TarantoolBot document
Title: Document fixed-size numeric field types
Product: Tarantool
Since: 3.1
Root document: https://www.tarantool.io/en/doc/latest/concepts/data_model/value_store/#field-type-details

 ### Fixed-size field types

Tarantool supports the following fixed-size numeric field types:

 * `uint8`: integer in range [0 .. 255]
 * `int8`: integer in range [-128 .. 127]
 * `uint16`: integer in range [0 .. 65,535]
 * `int16`: integer in range [-32,768 .. 32,767]
 * `uint32`: integer in range [0 .. 4,294,967,295]
 * `int32`: integer in range [-2,147,483,648 .. 2,147,483,647]
 * `uint64`: integer in range [0 .. 18,446,744,073,709,551,615]
 * `int64`: integer in range [-9,223,372,036,854,775,808 ..
                               9,223,372,036,854,775,807]
 * `float32`: 32-bit floating point number
 * `float64`: 64-bit floating point number

These types don't affect how data is stored in Tarantool's memtx or vinyl
engines but they enforce the limits when a tuple is inserted or updated.

66646 of 118976 branches covered (0.0%)

98897 of 113775 relevant lines covered (86.92%)

2702762.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7547290440.1 16 Jan 2024 08:55PM UTC 0
86.92
GitHub Action Run
Source Files on build 7547290440
Detailed source file information is not available for this build.
  • Back to Repo
  • 2e0f9a3c on github
  • Prev Build on master (#7525784898)
  • Next Build on master (#7556576456)
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