key_def: move cmp and hash functions declarations to key_def.h
Most of them are already there - for instance see see tuple_extract_key and tuple_compare. Let's move the rest there too for consistency.
Showing
- src/box/key_def.c 1 addition, 0 deletionssrc/box/key_def.c
- src/box/key_def.h 64 additions, 0 deletionssrc/box/key_def.h
- src/box/memtx_hash.c 0 additions, 1 deletionsrc/box/memtx_hash.c
- src/box/sql/analyze.c 0 additions, 1 deletionsrc/box/sql/analyze.c
- src/box/tuple_bloom.c 0 additions, 1 deletionsrc/box/tuple_bloom.c
- src/box/tuple_compare.h 0 additions, 14 deletionssrc/box/tuple_compare.h
- src/box/tuple_hash.cc 1 addition, 0 deletionssrc/box/tuple_hash.cc
- src/box/tuple_hash.h 2 additions, 56 deletionssrc/box/tuple_hash.h
- src/box/vy_run.c 0 additions, 1 deletionsrc/box/vy_run.c
Loading
Please register or sign in to comment