Skip to content
Snippets Groups Projects
Commit bd0d43f0 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: move vy_tuple_key_contains_null to generic code

The function doesn't require any knowledge of vinyl statement layout and
can work on regular tuples. Let's rename it to tuple_key_contains_null,
move its implementation to tuple_extract_key.cc, and declare it in
key_def.h, as we do with other similar functions.
parent 6df0ffa4
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment