List of C-api fucntions missing from tarantool
- Space on_replace/before_replace triggers. Currently only possible via Lua api #20 (closed)
- Api for working with box_tuple_format: getting fields info, etc. See picodata/picodata/tarantool-module#106
- Api for getting decimal_t from Lua/probing it's values by pointer. Currently the internal representation is assumed.
- Api for getting uuid_t from Lua/probing it's values by pointer. Currently the internal representation is assumed.
- Api for getting datetime_t from Lua/probing it's values by pointer. Currently the internal representation is assumed. See #11 (closed)
- box_is_ro. Currently only via Lua
- box.session.* api. Currently only via Lua !101 (merged)
- Fiber clock. Currently inly via Lua. See picodata/picodata/tarantool-module#114
- box_latch_owner (related picodata/picodata/tarantool-module#137). Currently IMPOSSIBLE
- SQL api? picodata/picodata/tarantool-module#83
-
libev functions such as
ev_timer_start
; getev_loop
reference. See picodata/picodata/tarantool-module#119 - api for enqueueing arbitrary custom tasks to the event loop (something like !33 (closed)) (see !77)
- authentication functions (https://git.picodata.io/picodata/picodata/picodata/-/issues/206)
- change effective user (#39)
- box.cfg without lua
- Fiber
- fiber get id #26 (closed)
- fiber get/set name
- fiber get csw