|
Zero
0.1.0
|
: Descriptors for Shore files/indexes, and structures that help in keeping track of the created files/indexes. More...
Go to the source code of this file.
Macros | |
| #define | DELIM_CHAR '|' |
| #define | ROWEND_CHAR '\r' |
| #define | MIN_SMALLINT 0 |
| #define | MAX_SMALLINT 1<<15 |
| #define | MIN_INT 0 |
| #define | MAX_INT 1<<31 |
| #define | MIN_FLOAT 0 |
| #define | MAX_FLOAT 1<<10 |
Variables | |
| const unsigned int | MAX_FIELDNAME_LEN = 40 |
| const unsigned int | MAX_KEYDESC_LEN = 40 |
| const unsigned int | COMMIT_ACTION_COUNT = 2000 |
: Descriptors for Shore files/indexes, and structures that help in keeping track of the created files/indexes.
| #define DELIM_CHAR '|' |
| #define MAX_FLOAT 1<<10 |
| #define MAX_INT 1<<31 |
| #define MAX_SMALLINT 1<<15 |
| #define MIN_FLOAT 0 |
| #define MIN_INT 0 |
| #define MIN_SMALLINT 0 |
| #define ROWEND_CHAR '\r' |
| const unsigned int COMMIT_ACTION_COUNT = 2000 |
| const unsigned int MAX_FIELDNAME_LEN = 40 |
| const unsigned int MAX_KEYDESC_LEN = 40 |
1.8.12