|
Zero
0.1.0
|
Implementation of comparison functions for asc_sort_buffer_t. More...
#include "sort.h"Functions | |
| DECLARE_TLS (row_cache_t< asc_sort_buffer_t >, asc_sort_buffer_cache) | |
| int | compare_smallint_asc (const void *d1, const void *d2) |
| int | compare_int_asc (const void *d1, const void *d2) |
| int | compare_bit_asc (const void *d1, const void *d2) |
| int | compare_long_asc (const void *d1, const void *d2) |
| int | compare_double_asc (const void *d1, const void *d2) |
| int | compare_fixchar_asc (const void *d1, const void *d2) |
| template<typename T > | |
| int | compare_asc (const void *d1, const void *d2) |
Variables | |
| const int | MIN_TUPLES_FOR_SORT = 250 |
Implementation of comparison functions for asc_sort_buffer_t.
| int compare_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| int compare_bit_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| int compare_double_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| int compare_fixchar_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| int compare_int_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| int compare_long_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| int compare_smallint_asc | ( | const void * | d1, |
| const void * | d2 | ||
| ) |
| DECLARE_TLS | ( | row_cache_t< asc_sort_buffer_t > | , |
| asc_sort_buffer_cache | |||
| ) |
| const int MIN_TUPLES_FOR_SORT = 250 |
1.8.12