tarantool / crud

Easy assess to data stored in vshard cluster
BSD 2-Clause "Simplified" License
40 stars 14 forks source link

scan: extention types filters #423

Closed DifferentialOrange closed 8 months ago

DifferentialOrange commented 8 months ago

This patch clarifies the state of extension types in filters. (Any non-indexed condition or condition for any non-iterating index is a filter. All condition index except for the first one are non-iterating.)

State before the PR:

State after the path:

box.error is not covered here since they cannot be used in space format.

This PR also fixes passing errors from storages, since it was required to forbid intervals in conditions.

See commits for more info.

Closes #373