Fennel: BTreeSortExecStreamParams Struct Reference (original) (raw)
BTreeSortExecStreamParams defines parameters for instantiating a BTreeSortExecStream. More...
#include <[BTreeSortExecStream.h](BTreeSortExecStream%5F8h-source.html)>
Inheritance diagram for BTreeSortExecStreamParams:

Detailed Description
BTreeSortExecStreamParams defines parameters for instantiating a BTreeSortExecStream.
The rootPageId attribute should always be NULL_PAGE_ID. Note that when distinctness is DUP_DISCARD, the key should normally be the whole tuple to avoid non-determinism with regards to which tuples are discarded.
Definition at line 40 of file BTreeSortExecStream.h.
The documentation for this struct was generated from the following file:
- /home/pub/open/dev/fennel/ftrs/BTreeSortExecStream.h
