refactor codes
This commit is contained in:
parent
5c8b408a9a
commit
51b0ffd5f2
|
@ -19,19 +19,11 @@ typedef struct SQueryResultBuf {
|
||||||
int32_t numOfPages;
|
int32_t numOfPages;
|
||||||
int64_t totalBufSize;
|
int64_t totalBufSize;
|
||||||
int32_t fd; // data file fd
|
int32_t fd; // data file fd
|
||||||
int32_t ifd; // index file fd
|
|
||||||
int32_t allocateId; // allocated page id
|
int32_t allocateId; // allocated page id
|
||||||
int32_t incStep; // minimum allocated pages
|
int32_t incStep; // minimum allocated pages
|
||||||
char* pBuf; // mmap buffer pointer
|
char* pBuf; // mmap buffer pointer
|
||||||
char* path; // file path
|
char* path; // file path
|
||||||
|
|
||||||
char* ipath; // index file path
|
|
||||||
int32_t* pIndexData; // index file data
|
|
||||||
|
|
||||||
char* internBuf; // intern buf
|
|
||||||
int32_t internfd; // intern fd
|
|
||||||
char* internpath;
|
|
||||||
|
|
||||||
uint32_t numOfAllocGroupIds; // number of allocated id list
|
uint32_t numOfAllocGroupIds; // number of allocated id list
|
||||||
void* idsTable; // id hash table
|
void* idsTable; // id hash table
|
||||||
SIDList* list; // for each id, there is a page id list
|
SIDList* list; // for each id, there is a page id list
|
||||||
|
|
Loading…
Reference in New Issue