1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738
|
#include <gclib/GBase.h>
#include <gclib/gcdb.h>
#include <gclib/GArgs.h>
#include "ctype.h"
#include <fcntl.h>
#include <string.h>
#ifdef ENABLE_COMPRESSION
#include "gcdbz.h"
#else
const char err_COMPRESSION[]="Error: compression requested but not compiled in!\n";
#endif
#ifdef __WIN32__
#define VERSION "cdbyank version 1.00 win32"
#else
#define VERSION "cdbyank version 1.00"
#endif
#define USAGE "Usage:\n\
cdbyank <index_file> [-d <fasta_file>] [-a <key>|-n|-l|-s]\n\
[-o <outfile>] [-q <char>|-Q][-F] [-R] [-P] [-x] [-w] \n\
[-z <dbfasta.cdbz>\n\n\
<index_file> is the index file created previously with cdbfasta\n\
(usually having a \".cidx\" suffix)\n\
-a <key> the sequence name (accession) for a fasta record to be\n\
retrieved; if not given, a list of accessions is expected\n\
at stdin\n\
-d <fasta_file> is the fasta file to pull records from; \n\
if not specified, cdbyank will look in the same directory\n\
where <index_file> resides, for a file with the same name\n\
but without the \".cidx\" suffix\n\
-o the records found are written to file <outfile> instead of stdout\n\
-x allows retrieval of multiple records per key, if the indexed \n\
database had records with the same key (non-unique keys);\n\
(without -x only one record for a given key is retrieved)\n\
-i case insensitive query (expects the <index_file> to have been \n\
created with cdbfasta -i option)\n\
-Q output the query key surrounded by character '%' before the\n\
corresponding record\n\
-q same as -Q but use character <char> instead of '%'\n\
-w enable warnings (sent to stderr) when a key is not found\n\
-F pulls only the defline for each record (discard the sequence)\n\
-P only displays the position(s) (file offset) within the \n\
database file, for the requested record(s)\n\
-R sequence range extraction: expects the input <key(s)> to have \n\
the format: '<seq_name> <start> <end>'\n\
and pulls only the specified sequence range\n\
-z decompress the entire file <dbfasta.cdbz>\n\
(assumes it was built using cdbfasta with '-z' option)\n\
-v show version number and exit\n\
\n\
Index file statistics (no database file needed):\n\
-n display the number of records indexed\n\
-l list all keys stored in <index_file>\n\
-s display indexing summary info\n\n"
/*
-E same as -R but assumes FASTA records have a fixed line length\n\
(faster extraction of distant ranges for long records)\n\
*/
#define ERR_READ "cdbyank: error reading from file.\n"
#define ERR_READFMT "cdbyank read error: incorrect file format.\n"
#define ERR_RANGEFMT "Sequence range parsing error for key '%s'\n"
#define ERR_RANGE_INVALID "Invalid range (%d-%d) specified for sequence '%s' of length %d\n"
// 64MB memory buffer size:
//#define MAX_MEM_RECSIZE (1024<<16)
#ifndef O_BINARY
#define O_BINARY 0x0000
#endif
const int MAX_MEM_RECSIZE=(1024<<16);
//16M buffer
//const int MAX_MEM_RECSIZE=(1024<<14);
char* idxfile;
int warnings;
bool is_compressed=false;
bool has_gseqs=false; //fasta records are genomic sequence with fixed line length
bool defline_only=false;
bool rec_pos_only=false;
bool use_range=false;
bool fixed_linelen=false;
bool caseInsensitive=false;
bool showQuery=false;
char delimQuery='%';
uint32 irec_size32=8; //default size of the index record for records with 32bit offsets
off_t lastfpos=-1; //to avoid pulling the same record twice in a row..
FILE* fout=NULL;
GCdbRead* cdb=NULL;
#ifdef ENABLE_COMPRESSION
GCdbz* cdbz=NULL;
#endif
int fdb=-1;
FILE* fz=NULL;
void inplace_Lower(char* c) {
char *p=c;
while (*p!='\0') { *p=tolower(*p);p++; }
}
void buf_get(GCDBuffer* b, uint32& pos, char *buf, unsigned int len) {
int r;
while (len > 0) {
r = b->get(buf,len);
if (r == -1) GError(ERR_READ);
if (r == 0)
GError(ERR_READFMT);
pos += r;
buf += r;
len -= r;
}
}
void buf_getnum(GCDBuffer* b, uint32& pos, uint32 *num) {
char buf[4];
buf_get(b, pos, buf, 4);
uint32_unpack(buf,num);
}
int fetch_record(char* key, char* dbname, int many, int r_start=0, int r_end=0) {
//assumes fdb is open, cdb was created on the index file
if (caseInsensitive) inplace_Lower(key);
int r=cdb->find(key);
if (r==0 && warnings) {
GMessage("cdbyank: key \"%s\" not found in %s\n", key, idxfile);
return 0;
}
if (r==-1)
GError("cdbyank: error searching for key %s in %s\n", key, idxfile);
char* mbuf=NULL; //memory buffer for reading records
while (r>0) {
off_t pos = cdb->datapos(); //position of this key's record in the index file
unsigned int len=cdb->datalen(); // length of this key's record
char bbuf[64]; // data buffer -- should just accomodate fastarec_pos, fastarec_length
if (cdb->read(bbuf,len,pos) == -1)
GError("cdbyank: error at GCbd::read (%s)!\n", idxfile);
off_t fpos; //this will be the fastadb offset
uint32 reclen; //this will be the fasta record offset
//int16_t linelen=0; //for genomic sequences, length of FASTA line
//byte elen=0; //size of end-of-line delimiter
if (len>irec_size32) { //64 bit file offset was used
fpos=gcvt_offt(bbuf);
if (rec_pos_only) {
fprintf(fout, "%lld\n", (long long)fpos);
return 1;
}
reclen=gcvt_uint(&bbuf[offsetof(CIdxData, reclen)]);
/*
if (has_gseqs) {
linelen=gcvt_int16(&bbuf[offsetof(CIdxSeqData, linelen)]);
elen=bbuf[offsetof(CIdxSeqData, elen)];
}
*/
}
else { //32bit offset used
fpos=gcvt_uint(bbuf);
if (rec_pos_only) {
fprintf(fout, "%lld\n", (long long)fpos);
return 1;
}
reclen=gcvt_uint(&bbuf[offsetof(CIdxData32, reclen)]);
/*
if (has_gseqs) {
linelen=gcvt_int16(&bbuf[offsetof(CIdxSeqData32, linelen)]);
elen=bbuf[offsetof(CIdxSeqData32, elen)];
}
*/
}
//GMessage("reclen=%d\n", reclen);
if (fpos == lastfpos) {
if (many) r=cdb->findnext(key, strlen(key));
else r=0;
continue;
}
lastfpos=fpos;
if (showQuery)
fprintf(fout, "%c%s%c\t", delimQuery, key, delimQuery);
if (is_compressed) {
#ifdef ENABLE_COMPRESSION
//for now: ignore special retrievals, just print the whole record
cdbz->decompress(fout, reclen, fpos);
if (many) r=cdb->findnext(key, strlen(key));
else r=0;
#endif
continue;
}
if (mbuf==NULL) {
GMALLOC(mbuf, MAX_MEM_RECSIZE);
}
lseek(fdb, fpos, SEEK_SET);
if (reclen<MAX_MEM_RECSIZE) {
//errno=0;
r=read(fdb, mbuf, reclen);
if (r<=0)
GError("cdbyank: Error reading from database file [%s] for %s (returned %d, offset %d) !\n",
dbname, idxfile, r, fpos);
mbuf[reclen]='\0';
//--- now we have the whole record, check if some special options were given:
if (defline_only) {
char* q=strchr(mbuf,'\n');
if (q!=NULL) *q='\0';
//skip '>' char
fprintf(fout, "%s\n",mbuf+1);
}
else
if (use_range && r_start>0) { //range case
if (r_end<=0) r_end=reclen;
//extract only a substring of the sequence
char* r=strchr(mbuf,'\n');
if (r!=NULL) *r='\0'; //now p only has the defline
fprintf(fout, "%s\n", mbuf); //output the defline
r++;
unsigned int recpos=r-mbuf; //p[recpos] MUST be a nucleotide or aminoacid now!
int seqpos=0;
char linebuf[61];
int linelen=0;
while (recpos<reclen) {
if (isspace(mbuf[recpos])) recpos++; //skip newlines, etc. in the fasta sequence
else {
seqpos++;
if (seqpos>=r_start && seqpos<=r_end) {
linebuf[linelen]=mbuf[recpos];
linelen++;
if (linelen==60 || seqpos==r_end) {
linebuf[linelen]='\0';
linelen=0;
fprintf(fout, "%s\n", linebuf);
if (seqpos==r_end) break;
}
}
recpos++;
}
}//while
if (linelen>0) {
linebuf[linelen]='\0';
linelen=0;
fprintf(fout, "%s\n", linebuf);
}
}
else { //full record printing in one shot
fprintf(fout, "%s\n",mbuf);
}
GFREE(mbuf);
} //small record
else { //large record, read it in chunks
char c='\0';
if (defline_only || use_range) {
if (defline_only) {
reclen--;
read(fdb, &c, 1);
}
while (reclen-- && read(fdb, &c, 1)==1) {
fprintf(fout, "%c", c);
if (c=='\n') break;
}
//defline written
if (!defline_only) {
int seqpos=1;
if (use_range) {
while (reclen-- && read(fdb, &c, 1)==1 && seqpos<=r_end) {
if (isspace(c)) continue;
if (seqpos>=r_start) {
int written=seqpos-r_start;
if (written && written%70 == 0)
fprintf(fout,"\n");
fprintf(fout, "%c", c);
}
seqpos++;
}//while
} //range case
else { //no range, just copy all chars to output
while (reclen-- && read(fdb, &c, 1)==1) {
fprintf(fout, "%c", c);
}
}
fprintf(fout, "\n");
}
} else { //entire record I/O in MAX_MEM_RECSIZE-1 chunks
uint toread=MAX_MEM_RECSIZE-1;
uint rleft=reclen;
while (rleft>0) {
r=read(fdb, mbuf, toread);
if (r<=0)
GError("cdbyank: Error reading from database file [%s] for %s (returned %d, offset %d) !\n",
dbname, idxfile, r, fpos);
toread=r;
mbuf[toread]='\0';
fprintf(fout, "%s", mbuf);
rleft-=toread;
if (rleft<MAX_MEM_RECSIZE)
toread=rleft;
} //while chunks to read
fprintf(fout, "\n");
} //entire record
} //large record
if (many) r=cdb->findnext(key, strlen(key));
else r=0;
} //for each matching record
GFREE(mbuf);
return 1;
}
int read_dbinfo(int fd, char** fnameptr, cdbInfo& dbstat) {
//this is messy due to the need of compatibility with the
//old 32bit file-length
char* dbname=*fnameptr;
//read just the tag first: 4 bytes ID
lseek(fd, -cdbInfoSIZE, SEEK_END);
int r=read(fd, &dbstat, cdbInfoSIZE );
if (r!=cdbInfoSIZE) return 2;
//GMessage("Size of dbstat=%d\n", cdbInfoSIZE);
if (strncmp(dbstat.oldtag, "CIDX", 4)==0) {
//old dbstat structure -- convert it
dbstat.num_keys=gcvt_uint(&dbstat.oldnum[0]);
dbstat.num_records=gcvt_uint(&dbstat.oldnum[1]);
dbstat.dbsize=gcvt_uint(&dbstat.old_dbsize);
dbstat.idxflags = gcvt_uint(&dbstat.old_idxflags);
//position on the dbnamelen entry
dbstat.dbnamelen = gcvt_uint(&dbstat.old_dbnamelen);
//GMessage("dbnamelen=%d\n", dbstat.dbnamelen);
lseek(fd, -(off_t)(cdbInfoSIZE-4+dbstat.dbnamelen), SEEK_END);
}
else if (strncmp(dbstat.tag, "CDBX", 4)!=0) {
GMessage("Error: this doesn't appear to be a cdbfasta created file!\n");
return 1;
}
else { // new CDBX type:
dbstat.dbsize = gcvt_offt(&dbstat.dbsize);
dbstat.num_keys=gcvt_uint(&dbstat.num_keys);
dbstat.num_records=gcvt_uint(&dbstat.num_records);
dbstat.idxflags = gcvt_uint(&dbstat.idxflags);
//position on the dbnamelen entry
dbstat.dbnamelen = gcvt_uint(&dbstat.dbnamelen);
//GMessage("dbnamelen=%d\n", dbstat.dbnamelen);
lseek(fd, -(off_t)(cdbInfoSIZE+dbstat.dbnamelen), SEEK_END);
}
GMALLOC(dbname, dbstat.dbnamelen+1);
dbname[dbstat.dbnamelen]='\0';
r=read(fd, dbname, dbstat.dbnamelen);
*fnameptr=dbname;
if (r!=dbstat.dbnamelen)
return 2;
return 0;
}
int parse_int(FILE* f, char* buf, char* key, int& e) {
char* p, *q;
while (e!=EOF && isspace(e)) { //skip any spaces
if (e=='\n') return 0; //GError(ERR_RANGEFMT, key);
e=fgetc(stdin);
}
if (e==EOF) return 0; //GError(ERR_RANGEFMT, key);
//now e is the first non-space
p=buf;
q=p;
while (e!=EOF && !isspace(e)) {
*q=e;
q++;
e=fgetc(stdin);
}
*q='\0'; //now p is the starting coordinate string
return atoi(p);
//now the file pointer should be on the first space after the parsed value
}
int parse_int(char*& f, char* key, int& e) {
char* p, *q;
char buf[16];
while (e!='\0' && isspace(e)) { //skip any spaces
//if (e=='\n') GError(ERR_RANGEFMT, key);
if (e=='\n') return 0;
f++;
e=*f;
}
//if (e=='\0') GError(ERR_RANGEFMT, key);
if (e=='\0') return 0;
//now e is the first non-space char
p=buf;
q=p;
while (e!='\0' && !isspace(e)) {
*q=e;
q++;
f++;
e=*f;
}
*q='\0';
return atoi(p);
//now f and e should be on the first space after the parsed value (or '\0')
}
#ifdef ENABLE_COMPRESSION
GCdbz* openCdbz(char* p) {
//in case this was not done before:
//gcvt_uint=(endian_test())? &uint32_sun : &uint32_x86;
gcvt_endian_setup();
FILE* zf=fopen(p, "rb");
if (zf==NULL) {
GMessage("Error: cannot open compressed file '%s'!\n",p);
return NULL;
}
//check if the file is valid and read the length of the first record
//
char ztag[5];
ztag[4]='\0';
if (fread(ztag, 1, 4, zf)<4) {
GMessage("Error reading header of compressed file '%s'\n",p);
return NULL;
}
if (strcmp(ztag, "CDBZ")!=0) {
GMessage("Error: file '%s' doesn't appear to be a zlib compressed cdb?\n",p);
return NULL;
}
unsigned int zrecsize;
if (fread((void*) &zrecsize,1,4,zf)<4) {
GMessage("Error reading 1st compressed record size for file '%s'!\n",p);
return NULL;
}
zrecsize=gcvt_uint(&zrecsize);
return new GCdbz(zf, true, zrecsize);
}
#endif
int main(int argc, char **argv) {
char namebuf[1024];
int r_start, r_end;
char* p;
char* dbname=NULL;
int result=0;
int r=0;
cdbInfo dbstat;
dbstat.dbsize=0;
GArgs args(argc, argv, "a:d:o:z:q:nlsxwvFREiPQ");
int e=args.isError();
if (e>0)
GError("%s Invalid argument: %s\n", USAGE, argv[e]);
if (args.getOpt('v')!=NULL) {
printf("%s\n",VERSION);
return 0;
}
char* outfile=(char*)args.getOpt('o');
if (outfile!=NULL) {
if ((fout=fopen(outfile, "wb"))==NULL)
GError("Cannot create file '%s'!", outfile);
}
else fout=stdout;
if ((p=(char*)args.getOpt('z'))!=NULL) { //simply stream-decompress cdbz
#ifndef ENABLE_COMPRESSION
GError(err_COMPRESSION);
#else
GCdbz* cdbz=openCdbz(p);
if (cdbz==NULL)
GError("Error opening the cdbz file '%s'\n");
FILE* zf=cdbz->getZFile();
int numrecs=0;
int xcode;
while ((xcode=cdbz->decompress(fout))>0) numrecs++;
delete cdbz;
fclose(zf);
#endif
return 0;
}
int numfiles = args.startNonOpt();
if (numfiles==0)
GError("%s Error: the cdb index file must be provided !\n", USAGE);
idxfile=Gstrdup((char*)args.nextNonOpt()); //first fasta file given
char* idxfile_cidx=NULL;
GMALLOC(idxfile_cidx, strlen(idxfile)+6);
strcpy(idxfile_cidx,idxfile);
strcat(idxfile_cidx, ".cidx");
if (fileExists(idxfile_cidx)==2) {
GFREE(idxfile);
idxfile=idxfile_cidx;
}
else {
GFREE(idxfile_cidx);
}
char* key=(char*)args.getOpt('a');
defline_only=(args.getOpt('F')!=NULL);
rec_pos_only=(args.getOpt('P')!=NULL);
showQuery=(args.getOpt('Q')!=NULL);
const char* q;
if ((q=args.getOpt('q'))!=NULL) {
delimQuery=*q;
showQuery=true;
}
use_range=((args.getOpt('R')!=NULL) || (args.getOpt('E')!=NULL));
fixed_linelen=(args.getOpt('E')!=NULL);
caseInsensitive=(args.getOpt('i')!=NULL);
/*is_compressed=((args.getOpt('Z')!=NULL) ||
(strstr(idxfile,".cidxz")!=NULL));*/
int listQuery=(args.getOpt('l')!=NULL);
warnings=(args.getOpt('w')!=NULL);
int dataQuery=(!listQuery && args.getOpt('n')==NULL
&& args.getOpt('l')==NULL &&args.getOpt('s')==NULL);
//exclude the possibility of index-only stats query
dbname=(char*)args.getOpt('d');
int fd;
cdb=new GCdbRead(idxfile);
fd=cdb->getfd();
char* info_dbname=NULL;
off_t db_size=0;
dbstat.dbsize=0;
r=read_dbinfo(fd, &info_dbname, dbstat);
lseek(fd, 0, SEEK_SET);
if (r==1) GError("This file does not seem to be a cdbfasta generated file.\n");
else if (r==2)
GError("Error reading info chunk!\n");
if (dbstat.idxflags & CDBMSK_OPT_GSEQ) {
has_gseqs=true;
irec_size32=12;
}
if (dataQuery) {
//--------------- DB QUERY MODE: (always read the cdb stored info!)
/*try to find the database file
rules: if given, only the -d given filename is used
otherwise:
1) the same directory with the given index file(stripping the suffix)
2) the dbstat filepath/name stored by cdbfasta
*/
if (!rec_pos_only && dbname==NULL) { // no -d database given, find it
// 1) try to rip the suffix:
p = rstrchr(idxfile, '.');
if (p!=NULL) {
/*GError("%s\ncdbyank error: cannot use %s as an index file. When no -d is\n\
given, so the database file can be located in the same directory \n\
by removing the index file suffix (.cidx)\n", USAGE, idxfile);*/
int nlen=p-idxfile;
strncpy(namebuf, idxfile, nlen);
namebuf[nlen]='\0';
if (fileExists(namebuf))
dbname=namebuf;
}
// 2) try the stored dbstat name
if (dbname==NULL) {
if (fileExists(info_dbname)) dbname=info_dbname;
else GError("Cannot locate the database file for this index\n");
}
}
if (!rec_pos_only) {
if (!is_compressed) {
if (r==0 && (dbstat.idxflags & CDBMSK_OPT_COMPRESS))
is_compressed=true;
}
if (is_compressed) {
//try to open the dbname as a compressed file
#ifndef ENABLE_COMPRESSION
GError(err_COMPRESSION);
#endif
fz=fopen(dbname, "rb");
}
else fdb=open(dbname, O_RDONLY|O_BINARY);
if (fdb==-1 && fz==NULL)
GError("Error: cannot open database file %s\n",dbname);
if (is_compressed) {
fclose(fz);//just to start fresh here
if (use_range)
GError("Error: cannot use range extraction with compressed records, sorry.\n");
if (defline_only)
GError("Error: cannot use defline-only retrieval with compressed records (sorry).\n");
//determine size:
int ftmp = open(dbname, O_RDONLY|O_BINARY);
if (ftmp == -1) GError("Error reopening db '%s'?\n",dbname);
struct stat fdbstat;
fstat(ftmp, &fdbstat);
db_size=fdbstat.st_size;
close(ftmp);
//-------- reopen here
#ifdef ENABLE_COMPRESSION
cdbz=openCdbz(dbname);
if (cdbz==NULL)
GError("Error opening the cdbz file '%s'\n");
fz=cdbz->getZFile();
#endif
}
else {
struct stat fdbstat;
if (stat(dbname, &fdbstat)!=0) {
perror("stat()");
exit(1);
}
db_size=fdbstat.st_size;
}
//abort if the database size was read and it doesn't match the cdbfasta stored size
if (dbstat.dbsize>0 && dbstat.dbsize!=db_size)
GError("Error: invalid %d database size - (%lld vs %lld) please rerun cdbfasta for '%s'\n",
fdb, (long long)dbstat.dbsize, (long long)db_size, dbname);
}
int many=(args.getOpt('x')!=NULL);
int keypos=0;
if (key==NULL) { //key not given
GMALLOC(key, 2048);
//get the keys at stdin
if (use_range) {
//expects the key and its sequence range on a single line!
while ((e=fgetc(stdin)) != EOF) {
if (isspace(e)) { //word end, close it
key[keypos]='\0';
if (keypos==0) continue;
r_start=parse_int(stdin, &key[keypos+1], key, e);
if (r_start<=0) GError(ERR_RANGEFMT, key);
//if (e==EOF || e=='\n') GError(ERR_RANGEFMT, key);
r_end=0;
r_end=parse_int(stdin, &key[keypos+1], key, e);
//if (r_end<=0 || r_end<=r_start) GError(ERR_RANGEFMT, key);
fetch_record(key, dbname, many, r_start, r_end);
//if (rec_pos_only) break;
if (e==EOF) break;
keypos=0;
}
else { //extend the key string
key[keypos]=e;
keypos++;
}
} //while
} //range case
else { //no range, accept any space delimiter
while ((e=fgetc(stdin)) != EOF) {
if (isspace(e)) { //word end, close it
key[keypos]='\0';
fetch_record(key, dbname, many);
//if (rec_pos_only) break;
keypos=0;
}
else { //extend the key string
key[keypos]=e;
keypos++;
}
} //while
}
GFREE(key);
} //stdin case
else { //key given already on command line
//get only the first word of it:
size_t keylen=strlen(key);
p=key; while (!isspace(*p) && *p!='\0') p++;
if (*p!='\0') *p='\0';
if (use_range) {
//parse the range from the query string
if (keylen==strlen(p)) GError(ERR_RANGEFMT, key);
p++;e=*p;
r_start=parse_int(p, key, e);
if (r_start<=0) GError(ERR_RANGEFMT, key);
//if (e=='\0' || e=='\n') GError(ERR_RANGEFMT, key);
r_end=parse_int(p, key, e);
//if (r_end<=0 || r_end<=r_start) GError(ERR_RANGEFMT, key);
}
else {
r_start=0;
r_end=0;
}
if (fetch_record(key, dbname, many, r_start, r_end)==0)
result=1; //the only key given not found
}
//end data query:
if (!rec_pos_only) {
if (is_compressed) {
fclose(fz);
#ifdef ENABLE_COMPRESSION
delete cdbz;
#endif
}
else close(fdb);
}
if (fout!=NULL) fclose(fout);
}
//--------------- INDEX ONLY QUERY MODE:
else { //index query mode: just retrieve some statistics or key names
if (listQuery) { //request for list keys
uint32 eod;
uint32 pos=0;
uint32 klen;
uint32 dlen;
char* bufspace;
GMALLOC(bufspace, GCDBUFFER_INSIZE);
GCDBuffer* readbuf=new GCDBuffer((opfunc)&read,
fd, bufspace, GCDBUFFER_INSIZE);
buf_getnum(readbuf, pos, &eod);
GMALLOC(key, 1024); //!!! hopefully we don't have keys larger than that
while (pos < 2048)
buf_getnum(readbuf, pos, &dlen);
while (pos < eod) {
buf_getnum(readbuf, pos,&klen);
buf_getnum(readbuf, pos,&dlen);
//read key:
buf_get(readbuf, pos, key, klen);
key[klen]='\0';
printf("%s\n", key);
//read data (and ignore it)
//assume that data is always shorter than 1K (should be just 4 bytes)
buf_get(readbuf, pos, key, dlen);
}
GFREE(key);
GFREE(bufspace);
delete readbuf;
}
else { //dig up the info written at the end of the database file
if (args.getOpt('n')!=NULL) {
printf("%d\n",dbstat.num_records);
}
else {//must be -s
printf("-= Indexing information: =-\n");
printf("Number of records:%12d\n", dbstat.num_records);
printf("Number of keys :%12d\n", dbstat.num_keys);
if (dbstat.idxflags & CDBMSK_OPT_COMPRESS)
printf("Database records are compressed.\n");
if (dbstat.idxflags & CDBMSK_OPT_MULTI)
printf("Index was built with \"multi-key\" option enabled.\n");
if (dbstat.idxflags & CDBMSK_OPT_GSEQ)
printf("Line length information is stored for each record.\n");
if (dbstat.idxflags & CDBMSK_OPT_C)
printf("Index was built with \"shortcut keys\" only.\n");
else if (dbstat.idxflags & CDBMSK_OPT_CADD)
printf("The index was built with full keys and \"shortcut keys\".\n");
printf("Database file: %s\n", info_dbname);
printf("Database size: %lld bytes\n", (long long)dbstat.dbsize);
}
}
}
GFREE(info_dbname);
delete cdb;
close(fd);
GFREE(idxfile);
//getc(stdin);
return result;
}
|