refactor codes

This commit is contained in:
hjxilinx 2020-02-09 17:17:35 +08:00
parent 5c8b408a9a
commit 51b0ffd5f2
1 changed files with 0 additions and 8 deletions

View File

@ -19,19 +19,11 @@ typedef struct SQueryResultBuf {
int32_t numOfPages;
int64_t totalBufSize;
int32_t fd; // data file fd
int32_t ifd; // index file fd
int32_t allocateId; // allocated page id
int32_t incStep; // minimum allocated pages
char* pBuf; // mmap buffer pointer
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
void* idsTable; // id hash table
SIDList* list; // for each id, there is a page id list