TrailDB

Undocumented in source.

Constructors

this
this(string db_path)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
fieldLexiconSize
ulong fieldLexiconSize(uint field)
Undocumented in source. Be warned that the author may not have intended to support it.
indexUuid
RawUuid indexUuid(ulong index)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Trail) foreach_body)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Trail opIndex(ulong trailIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Trail opIndex(HexUuid uuid)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Trail opIndex(RawUuid uuid)
Undocumented in source. Be warned that the author may not have intended to support it.
uuidIndex
long uuidIndex(RawUuid uuid)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cursor
void* cursor;
Undocumented in source.
db
void* db;
Undocumented in source.
fieldNames
string[] fieldNames;
Undocumented in source.
maxTimestamp
uint64_t maxTimestamp;
Undocumented in source.
minTimestamp
uint64_t minTimestamp;
Undocumented in source.
numEvents
uint64_t numEvents;
Undocumented in source.
numFields
uint64_t numFields;
Undocumented in source.
numTrails
uint64_t numTrails;
Undocumented in source.
open
bool open;
Undocumented in source.
vers
uint64_t vers;
Undocumented in source.

Meta